Skip to content
View KRM7's full-sized avatar
Block or Report

Block or report KRM7

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse

Pinned

  1. gapp gapp Public

    A genetic algorithms library in C++ for single- and multi-objective optimization.

    C++ 27 5

  2. small_unique_ptr small_unique_ptr Public

    A unique_ptr implementation with small object optimization

    C++ 18 1

  3. quasi-random quasi-random Public

    A simple quasi-random number generator implemented in C++ for generating low discrepancy sequences in any number of dimensions.

    C++ 4 1

  4. small_vector small_vector Public

    Fully constexpr vector implementation with small object optimization

    C++