Skip to content
View ethanwater's full-sized avatar
  • New York City
  • 03:37 (UTC -04:00)

Block or report ethanwater

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 250 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. Server Distribution Server Distribution
    1
    //highlight: consistent hashing algortihm using a 'ring', preferred over 'distrbuteMap'
    2
    func (lhm *LinkedHashMap[K, V]) distrbuteConsistentHash(servers []Server[K, V], ring uint64) error {
    3
    	if len(servers) == 0 {
    4
    		return errors.New("no servers available for distribution")
    5
    	}
  2. twolock twolock Public

    Two-Lock Blocking Algorithm, designed to surpass Single-Lock Algorithms in handling concurrent access within a queue. Based on research paper.

    Rust

  3. lc-proto lc-proto Public

    A better wc

    Rust

  4. yaml-based-file-manager-script yaml-based-file-manager-script Public

    directs files to proper directories

    Go