Skip to content

nishaad78/lwwset

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status codecov Go Report Card Go doc

lwwset

This is a thread safe implementation of a Last-Write-Wins-Element-Set with a bias towards removals.

Example usage

s := lwwset.New()

s.Add('a')

ok := s.Lookup('a')
if ok {
    fmt.Println("we found it in the set")
}

About

A LWW-Element-Set implementation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published