https://github.com/andreafioraldi/libshmht-nolock
Shared memory hash table for cache purposes. This is a version without locks.
https://github.com/andreafioraldi/libshmht-nolock
Last synced: 12 months ago
JSON representation
Shared memory hash table for cache purposes. This is a version without locks.
- Host: GitHub
- URL: https://github.com/andreafioraldi/libshmht-nolock
- Owner: andreafioraldi
- Created: 2019-02-25T22:31:46.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-25T22:55:43.000Z (over 7 years ago)
- Last Synced: 2025-06-04T13:44:38.099Z (about 1 year ago)
- Language: C
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# libshmht-nolock
**Shared memory hash table for cache pourposes.**
Forked from [felix021/libshmht](https://github.com/felix021/libshmht). This is a version without locks.
Features
======
* Open source - AGPL licensed.
* Clear and simple API
* Developed with the performance as main target
* Not resizes during insertions (fixed size from creation)
* Locks removed