TeaEngineering / libchronicle

Shared-memory interprocess communication from C/python using OpenHFT's chronicle-queue protocol
Apache License 2.0
14 stars 10 forks source link

Lowest level of the library depends on k.h which is 3rd party #2

Closed shuckc closed 2 years ago

shuckc commented 6 years ago

Mock stubs are provided but it would be better to replace K with void* and have this plugable, will make future language bindings easier.

shuckc commented 4 years ago

And also avoid breaking at build time like #8, although we could pin the revision

shuckc commented 2 years ago

Fixed in 3b06c74127d41b7d87e9beac4cea9e42a87f8ee8 k.h is only required for building the KDB shared object.