-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
10 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,14 @@ | ||
# Gibbon Benchmarks | ||
|
||
## CRDTs | ||
- [ ] Set Type - Append and Remove | ||
- [ ] Set Type - Add, Remove, Merge | ||
- [ ] Register Type - Set, Merge | ||
- [ ] Ordered List - Insert, Remove, Merge | ||
|
||
## | ||
## Timeline | ||
- Week [9/13/23]: Internal Libraries (Set and Map) & Benchmarking framework | ||
- Week [9/20/23]: CRDT Set & Register (naive) - test benchmarking framework <- modules would be nice to have here | ||
- Week [9/27/23]: CRDT Ordered List (naive) | ||
- Week [10/4/23]: CRDT Set & Register (optimized) | ||
- Week [10/11/23]: CRDT Ordered List (optimized) | ||
- Week [10/18/23]: Agressive Benchmarking <- network primitives would be nice to have here |