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

Block or report andreysolovyev381

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. circular_buffer_fixed_size circular_buffer_fixed_size Public

    Short exercise on a fixed size circular buffer data structure.

    C++

  2. zip_in_cpp zip_in_cpp Public

    REAL zip iterator, that will be considered as an Iterator by other C++ code.

    C++ 2

  3. hash_table_no_invalidation hash_table_no_invalidation Public

    C++20 hash table that never invalidates its pointers and iterators. Slightly better than std::unordered - see ./benchmark

    C++

  4. libcurl_cpp_wrapper libcurl_cpp_wrapper Public

    Bare minimum libcurl C++ wrapper.

    C++