Skip to content
View mattyv's full-sized avatar

Block or report mattyv

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. JazzyIndex JazzyIndex Public

    Header-only C++ learned index for static sorted arrays. Predicts element positions using per-segment models instead of blind search. 3-5ns lookups vs 17ns for std::lower_bound.

    C++

  2. FlashRadixTree FlashRadixTree Public

    Associative container with the ability to search more efficiently if you know the key will be there. On par with std::map and well against std::unordered_map for most keys sizes, and especially whe…

    C++

  3. ilp_for ilp_for Public

    C++ header-only library for compile-time loop unrolling specifically for early exit optimization(break/return/continue)

    C++

  4. axiom axiom Public

    Python