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

    Simple Compact String library in C

    C

  2. RamboOS RamboOS Public

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

    Assembly

  3. Termsequel Termsequel Public

    Bringing a portable SQL like syntax to our filesystem.

    C++ 5 1

  4. 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)
  5. bit-ops bit-ops Public

    Bits & Bytes Operations

    C++

  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
    /**