An open API service indexing awesome lists of open source software.

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.

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