sharedhashfile icon indicating copy to clipboard operation
sharedhashfile copied to clipboard

Share Hash Tables With Stable Key Hints Stored In Memory Mapped Files Between Arbitrary Processes

Results 6 sharedhashfile issues
Sort by recently updated
recently updated
newest added

Can you give some useful examples?I didn’t know how to use this awesome library?

Thanks for the high performance `sharedhashfile`. Any plans to support LRU with expire similar to [Nginx shared cache](https://github.com/openresty/lua-nginx-module#ngxshareddict) ?

possible to provide nim binding for this?

possible to provide golang binding for this? thx in advance!

i can contribute the golang binding client but what's happening to this? i've tried generating gcc -shared -fPIC -ftls-model=initial-exec -o libSharedHashFile.so shf.c and it doesnt work. i've already done the...