L4 icon indicating copy to clipboard operation
L4 copied to clipboard

L4 (Lock-Free on Read) Hashtable is a C++ library that implements hash table with arbitray byte stream keys/values.

Results 7 L4 issues
Sort by recently updated
recently updated
newest added

In [Metadata.h#L68](https://github.com/microsoft/L4/blob/master/inc/L4/HashTable/Cache/Metadata.h#L68) the most significant byte of the `uint32_t` metadatum is accessed by interpreting it as an array of `uint8_t` and indexing it at the fixed index `3`. As the...

I am trying to use the hash table in a scenario where the hash table and its records are placed in a fixed size, pre-allocated chunk of shared memory accessed...

Would be good to integrate with [Travis CI](https://github.com/integrations/travis-ci) and [AppVeyor](https://github.com/integrations/appveyor) for example.

There are important files that Microsoft projects should all have that are not present in this repository. A pull request has been opened to add the missing file(s). When the...

Please accept this contribution adding the standard Microsoft SECURITY.MD :lock: file to help the community understand the security policy and how to safely report security issues. GitHub uses the presence...

ITNOA Please add vcpkg and update readme to helping install this library by vcpkg

# This GitHub repository has been identified as a candidate for archival This repository has had no activity for more than 2 years. Long periods of inactivity present security and...