lock-free hash

blog.jobbole.com/39186/

http://preshing.com/20130605/the-worlds-simplest-lock-free-hash-table/
http://mintomic.github.io/

Introduction

Mintomic (short for “minimal atomic”) is an API for low-level lock-free programming in C and C++.

Design Goals

  • Efficient machine code generation.
  • Straightforward implementation.
  • Compatibility with older compilers. C11 and C++11 not required.

For more information, see the blog post Introducing Mintomic.

Supported Platforms

Mintomic currently supports x86, x64, PowerPC, ARMv6 and ARMv7 and has been tested on Windows, MacOS, iOS, Linux and Xbox 360.

CMake is required to build & run the test suite.

Package Contents

Mintomic consists of the following submodules:

Lock-Free API

Provides portable memory fences such as mint_thread_fence_acquire, atomic read-modify-write operations such as mint_fetch_add_32_relaxed, plus various helper functions, macros and types. Implemented in pure C, mainly as a set of header files.

MintSystem

A portable API for thread creation, semaphores, time and date services, sleep, and thread and process IDs. Basically, the system services you need in order to run lock-free code in the first place, plus a few extras. Implemented in pure C.

MintPack

A collection of data structures and modules built on top of Mintomic and MintSystem. Written as a platform-independent library in C++.

Test Suite

A suite of unit tests in platform-independent C++ to validate the implemention of Mintomic primitives.

License

Mintomic is distributed under the Modified BSD License. See the LICENSE file.

posted @   scott_h  阅读(295)  评论(0编辑  收藏  举报
编辑推荐:
· AI与.NET技术实操系列:向量存储与相似性搜索在 .NET 中的实现
· 基于Microsoft.Extensions.AI核心库实现RAG应用
· Linux系列:如何用heaptrack跟踪.NET程序的非托管内存泄露
· 开发者必知的日志记录最佳实践
· SQL Server 2025 AI相关能力初探
阅读排行:
· winform 绘制太阳,地球,月球 运作规律
· AI与.NET技术实操系列(五):向量存储与相似性搜索在 .NET 中的实现
· 超详细:普通电脑也行Windows部署deepseek R1训练数据并当服务器共享给他人
· 【硬核科普】Trae如何「偷看」你的代码?零基础破解AI编程运行原理
· 上周热点回顾(3.3-3.9)
点击右上角即可分享
微信分享提示