Skip to content
View Gifted-s's full-sized avatar
🎯
Distributed Database/Storage
🎯
Distributed Database/Storage
Block or Report

Block or report Gifted-s

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

    Concurrent network requests using go routines and channels. Limiting the number of concurrent requests using a semaphore(this was implemented as a buffered channel that blocks once threshold is rea…

    Go 4

  2. Mutex Mutex Public

    Implementation of a Mutex for exclusive ownership using spinlock and memory ordering in Rust

    Rust 2 1

  3. ds-algo-repo ds-algo-repo Public

    Compilation of over 160 Data Structure and Algorithms implementations, in Javascript and GoLang. https://leetcode.com/_sunkanmi/?showBadge=50-days-badge-2022

    JavaScript 7 2

  4. velarixdb velarixdb Public

    LSM-based embeddable key-value storage engine targeted at reducing IO amplification written in safe Rust (Under active development)

    Rust 18 4

  5. scylla-write-bench scylla-write-bench Public

    Throttling requests with gocql

    Go 1

  6. slick_storage_engine slick_storage_engine Public

    An experimental implementation of a Wisckey storage engine implemented in C. Was inspired by this paper https://www.usenix.org/system/files/conference/fast16/fast16-papers-lu.pdf

    C 3