sharedhashfile
sharedhashfile copied to clipboard
Share Hash Tables With Stable Key Hints Stored In Memory Mapped Files Between Arbitrary Processes
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) ?
use xxh3 instead of murmur
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...