Skip to content
View CommitThis's full-sized avatar

Highlights

  • Pro

Block or report CommitThis

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 Loading

  1. async-packet-test async-packet-test Public

    Python library for writing small and human readable tests against future "expected" packets.

    Python 4

  2. thread-local-fibers thread-local-fibers Public

    Implementation of a Boost.Fiber scheduler that pins running fibers to specific scheduler instance and thread.

    C++ 1

  3. zip-iterator zip-iterator Public

    C++ implementation of Python-like "zip" parallel iteration.

    C++ 23 6

  4. CUDA std::vector - Unified Memory Al... CUDA std::vector - Unified Memory Allocator
    1
    Example code for making a std::vector backed by 
    2
    memory on the GPU using a custom allocator.
  5. User Defined Literals User Defined Literals
    1
    Deomstrating use of user defined literals with
    2
    a "memory buffer" as an example.
  6. lfsr-scramblers lfsr-scramblers Public

    Templated implementations of Galois and Fibonacci scrambling LFSRs, with an additional Fibonacci version that can scramble a byte at a time.

    C++