Skip to content
View efeyldss's full-sized avatar

Block or report efeyldss

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.

Content in all repositories owned by your account will be closed.
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
efeyldss/README.md

Hi, I'm Efe

CS undergrad who mostly writes systems code. I like allocators, concurrency primitives, and small tools that do one thing.

  • Working in C, C++ and Java, picking up Rust and Go
  • Interested in how data structures behave under real load, not just on paper
  • I learn things by rebuilding them from scratch

Most of what's pinned started as "how does this actually work" and turned into something runnable.

Popular repositories Loading

  1. mini-lb mini-lb Public

    Compact HTTP load balancer in Go with active health checks and automatic failover. No external dependencies.

    Go 1

  2. efeyldss efeyldss Public

  3. mempool-allocator mempool-allocator Public

    Fast fixed size block allocator in C with O(1) alloc/free and zero fragmentation.

    C