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

Block or report felipecrv

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. apache/arrow apache/arrow Public

    Apache Arrow is a multi-language toolbox for accelerated data interchange and in-memory processing

    C++ 13.6k 3.3k

  2. google/leveldb google/leveldb Public

    LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.

    C++ 35.1k 7.6k

  3. crdt crdt Public

    CRDT implementation exercises

    C++ 3

  4. In-memory B+ Tree implemented in Jav... In-memory B+ Tree implemented in Javascript with Flow type annotations
    1
    /* @flow */
    2
    
                  
    3
    const KEY_KIND_STRING = 1;
    4
    const KEY_KIND_NUMBER = 2;
    5
    const KEY_KIND_BOOL = 3;
  5. tla-course tla-course Public

    Exercises from the TLA+ Video Course by Leslie Lamport

    TLA 1

  6. jsx-requirejs-plugin jsx-requirejs-plugin Public

    A RequireJS plugin for loading and compiling (with r.js) JavaScript files containing JSX.

    JavaScript 270 44