Skip to content
View gidotencate's full-sized avatar

Block or report gidotencate

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. linux linux Public

    Forked from torvalds/linux

    Linux kernel source tree

    C

  2. How-to-Make-a-Computer-Operating-System How-to-Make-a-Computer-Operating-System Public

    Forked from SamyPesse/How-to-Make-a-Computer-Operating-System

    How to Make a Computer Operating System in C++

    C

  3. padlock padlock Public

    Padlock analyzes Go struct memory layout to find padding waste, cache-line false sharing, and data locality problems. Auto-fixes field ordering, flags concurrent access risks, and ranks findings by…

    Rust

  4. python-priority-queue-scheduler python-priority-queue-scheduler Public

    Three priority queue implementations — naive list, hand-rolled binary heap, and heapq — powering the same task scheduler via dependency injection, benchmarked head-to-head.

    Python

  5. data-structures-from-scratch data-structures-from-scratch Public

    Core data structures rebuilt from scratch across languages, naive vs hand-rolled vs standard-library, benchmarked head-to-head to see how the theory holds up in practice.

  6. grpc-go grpc-go Public

    Forked from grpc/grpc-go

    The Go language implementation of gRPC. HTTP/2 based RPC

    Go