Skip to content
View FalseSharing's full-sized avatar
💭
A Menace
💭
A Menace

Block or report FalseSharing

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
FalseSharing/README.md

FalseSharing

Systems Software Engineer • Low-Latency Concurrency • Infrastructure


Skillicons


Core Languages

C++20 C Rust Go Python Lua Assembly TypeScript Java C# Bash SQL

Infrastructure & SysOps

Linux SysOps Docker MariaDB MySQL Redis PostgreSQL MongoDB Nginx Git


Engineering Profile

$ sysinfo --profile
OS          : Linux x86_64 / Debian / Arch
Focus       : Low-Latency Systems, Lock-Free Concurrency, Data Replication
Workloads   : Microsecond-scale I/O, Asynchronous Multiplexers, High-Throughput Pipelines
Tooling     : GCC, Clang, GDB, Valgrind, Perf, Docker, CMake, Make

Technical Specializations

  • Lock-Free Concurrency & Memory Architecture: Elimination of false sharing via hardware cacheline alignment, single-producer single-consumer circular buffers, relaxed vs acquire-release atomic ordering, memory pooling.
  • Storage & Replication Engineering: Change-data-capture (CDC) pipelines, MariaDB replication nodes, write-ahead logging (WAL), Redis caching strategies.
  • Network & Systems Infrastructure: Asynchronous epoll/kqueue network event loops, zero-copy buffer transmission, Linux socket tuning, containerized deployment pipelines.

Popular repositories Loading

  1. SparkQueue SparkQueue Public

    High-performance priority queue and matchmaking plugin for Velocity and Paper networks (rebranded & optimized from ajQueue).

    Java 3

  2. nexus-multiplex nexus-multiplex Public

    Asynchronous zero-copy network reactor and socket connection multiplexer in C++20 and Go.

    C++ 2

  3. vortex-cipher vortex-cipher Public

    High-throughput stream cipher and cryptographic sponge permutation in C and Python.

    Python 1

  4. SparkedVelocity SparkedVelocity Public

    High-performance Velocity proxy optimizations, Netty transport tuning, and Folia multi-region routing.

    Java 1

  5. Velocity-Opt Velocity-Opt Public

    High-performance fork of the Velocity Minecraft proxy featuring native libdeflate compression, Redis cluster routing, and Netty zero-copy pipeline.

    Java 1

  6. FalseSharing FalseSharing Public

    System architecture, high-performance concurrency, and backend infrastructure.