-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactors name id and num id to membership vector and identifier (par…
…t-2) (#31) * renames nameid and numberical id * refactors identifier and membership vector in skip graph identity * removes logger off skip graph identity * refactors line length * wip refactoring skip node * wip refactors middlelayer * refactors skipnode * wip refactors middlelayer * wip refactors lookup table * wip refactors localskipgraph * wip refactors tests * refactors skipnode tests * wip refactors tests and local skip graph * fixes all underlay tests except udp * fixes udp tests * wip fixing tests * wip why identifier map does not work? * refactors concurrent lookup table * adds identifier map test * fixes bug with equal method * refactors local skip graph * fixes port issue with concurrent insertion and tests * adds hub and fixes underlay tests * wip * fixes test insertion * fixes concurrent insertion * implements concurrent search * adds search by membership vetctor * fixes lint * switches the constructor for local skip graph * fixes bug with local skip graph tests * adds logger as a module * fixes pom issues * adds logger and backoff to middlelayer * fixes sequential insertion test * fixes all tests * fixes lints * partially fixes name ids and numerical ids * renames name id and num id to new equivalents. * renames name ids to membership vector * obsoletes the name ids and numerical ids * lint fix
- Loading branch information
Showing
74 changed files
with
1,643 additions
and
1,201 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.