Skip to content
View sgtcortez's full-sized avatar
😁
An idiot admires complexity, a genius admires simplicity." - Terry A. Davis
😁
An idiot admires complexity, a genius admires simplicity." - Terry A. Davis
  • Porto Alegre, Brazil
Block or Report

Block or report sgtcortez

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

    Just a toy operating system that I am creating alone from scratch

    Assembly

  2. EasyKeyDB EasyKeyDB Public

    A simple key value database that combines Redis with Kafka

    C++ 1

  3. This gist demonstrates False Sharing... This gist demonstrates False Sharing cache. Shows how a naive task can have a lot of difference when sharing the cache line in a effective way
    1
    # Summary
    2
    
                  
    3
    - [Introduction](#Introduction)
    4
    - [Shared-Cache](#Shared-Cache)
    5
    - [False Shared-Cache](#False-Shared-Cache)
  4. bit-ops bit-ops Public

    Bits & Bytes Operations

    C++

  5. Termsequel Termsequel Public

    Bringing a portable SQL like syntax to our filesystem.

    C++ 5 1

  6. Serialize and Deserialize a number i... Serialize and Deserialize a number in C/C++
    1
    #include <stdint.h>
    2
    #include <stdio.h>
    3
    #include <stdlib.h>
    4
    
                  
    5
    /**