Commit 2c1ede5 1 parent 01f7aa8 commit 2c1ede5 Copy full SHA for 2c1ede5
File tree 3 files changed +10
-6
lines changed
3 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Chronos organization layout is as follows:
13
13
* [ ` crates/ ` ] ( ./crates/ ) the common dependences and core functional crates folder.
14
14
* [ ` demos/ ` ] ( ./demos/ ) some use cases of applied the Chronos and proposals.
15
15
* [ ` docs/ ` ] ( ./docs/ ) design and applied documents for demonstrating thoughts.
16
- * ` src/ ` the source codebase of shared definitions and some common codes.
16
+ * [ ` src/ ` ] ( ./src/ ) the source codebase of shared definitions and some common codes.
17
17
18
18
## Features
19
19
@@ -34,11 +34,11 @@ Please refer to [hetu key research](https://github.com/hetu-project#hetu-key-res
34
34
Regular logical clock have been applied in many scenarios. As follows:
35
35
36
36
- Weakly consistent storage systems
37
- - ` Cops: causally Consistent Data Store `
38
- - Causally ordered broadcast
39
- - [ Reference: vlc + p2p combined] ( https://github.com/NagaraTech/ hetu-docs/blob/main/Zeb/vlc.md )
37
+ - [ Cops: Causal Consistency Data Storage ] ( https://www.cs.cmu.edu/~dga/papers/cops-sosp2011.pdf )
38
+ - Broadcast events with causally ordered
39
+ - [ Reference: verifiable clock & p2p combined or optimizing ] ( https://github.com/hetu-project/ docs/blob/main/Zeb/vlc.md )
40
40
- Deadlock detection
41
- - ` Mutual exclusion ` of shared resources in a distributed system
41
+ - Mutual exclusion of shared resources in a distributed system
42
42
- Bakery algorithm
43
43
- Distributed snapshots
44
44
- Distributed system debugging.
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ This document warehouse mainly consist of following parts:
5
5
## Applied specification
6
6
- [ vlc and application brief description] ( ./applied/vlc%20and%20application%20brief%20description.md )
7
7
## Design Documents
8
- - [ Concurrent Stateful Apps with Sessions] ( ./design/Concurrent%20Stateful%20Apps%20with%20Sessions.md ) libraries
8
+ - [ Concurrent Stateful Apps with Sessions] ( ./design/Concurrent%20Stateful%20Apps%20with%20Sessions.md )
Original file line number Diff line number Diff line change
1
+ /*
2
+ * Please refer to `crates` for core functional toolbox for now.
3
+ * Some shared definitions and common codes will follow.
4
+ */
You can’t perform that action at this time.
0 commit comments