Skip to content
View randomfunction's full-sized avatar
  • India
  • 15:03 (UTC +05:30)

Block or report randomfunction

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

    A high-performance, lock-free message broker in C++ using atomic ring buffers with publish-subscribe support, multi-threaded communication, and nanosecond latency benchmarking.

    C++

  2. RealTimeDoc RealTimeDoc Public

    A Google Docs–style real-time collaborative editor backend built with Node.js, Socket.IO, Redis Pub/Sub, and MongoDB. Supports horizontal scaling, Operational Transform (OT), and multi-user sync.

    TypeScript

  3. SmartCache SmartCache Public

    A smart caching system that combines traditional strategies (LRU, LFU, MFU) with machine learning to approximate Belady’s optimal replacement policy. This project generates skewed access patterns, …

    Python