Skip to content
View Saurabh--Kumar's full-sized avatar
Block or Report

Block or report Saurabh--Kumar

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

  1. identityService identityService Public

    A service to generate unique ids. It guarantees uniqueness, is fast and horizontally scalable. In performance test, I found the amortised p99 cost of generating each id to be 68 microseconds on my …

    Java 1

  2. cache cache Public

    An in memory, generic cache library, with O(1) time complexity for add, remove and get. Has support for MRU(Most Recently Used) and LRU(Lease Recently Used) eviction.

    1

  3. beeware/voc beeware/voc Public archive

    A transpiler that converts Python code into Java bytecode

    Python 867 519