opic
opic copied to clipboard
Fast serialization framework for C
Does it make sense to support non-disk backed hash tables? ``` PascalHashTable* table = PHNew(NULL, 2000000, // table size: 20 elements 0.7, // table load: 70% 10, // inline size...
Hi, I tried running the example provided on the repo README and it failed with "`msync on 0x1000000000 failed: Cannot allocate memory`". In line 143 of file [opic/malloc/op_malloc.c](https://github.com/dryman/opic/blob/master/opic/malloc/op_malloc.c) the `msync`...
Hi dryman, Thanks for making this library available to the public. I'm eager to try but am running into build issues. I simply cloned the repo, ran bootstrap.sh, followed by...
Right now the check on cmocka is too strong. People should be able to build, but not to test, when cmocka is not present.
My college did something similar ages ago: http://garret.ru/cpp.html Did you loik at?
./configure should error out if log4c is not found.