Skip to content
View CHIRANTAN-001's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report CHIRANTAN-001

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

Pinned Loading

  1. LRUCache LRUCache Public

    A thread-safe, high-performance LRU cache implementation in Go. Uses a doubly-linked list and hashmap for O(1) Get and Put operations, with a runnable example to test it.

    Go 5

  2. Reservix Reservix Public

    A production-style event booking engine designed to handle concurrent seat reservations safely using Redis lease locks and PostgreSQL optimistic locking.

    Python

  3. Zeno Zeno Public

    A search engine built from scratch in Go. Implementing tokenization, stopword filtering, inverted index, disk-based indexing and moving towards BM25 scoring.

    Go 1