ccommon icon indicating copy to clipboard operation
ccommon copied to clipboard

Cache Commons

Results 17 ccommon issues
Sort by recently updated
recently updated
newest added

Add a mock timer for tests that rely on timing, such as pipe tcp timewheel, these occasionally fail due to timing issues.

**We will be dropping our paid Travis CI plan at the end of 2021. We do not expect there to be any visible changes to this repo, but wanted to...

Add a proc_macro for the config structs (eg: ccommon-stream, ccommon-debug, ...) ### Problem In #245 we added configuration structs for the ccommon components, however there is a significant amount of...

`tcp_accept` in `ccommon` didn't seem to be handling exception correctly. This type of behavior is hard to debug in production and should be captured in unittests

We should allow the option to force contiguous memory for preallocated pools of objects. This may be useful for resource pools where we want memory locality. This most likely already...

To subtract 16 bytes (metadata overhead for malloc) from the current default size, which is exactly 16KB

There are 4 hashtables in Pelikan now, each only very slightly different. In general if we can create a hashtable template with the following components pluggable, we can serve them...