Skip to content

Commit 9d25019

Browse files
authored
Update README.md
1 parent d2745b8 commit 9d25019

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ In this particular benchmark we decided not to increase the number of links as P
1010
Both databases used to store and retrieve doublet-links representation. To support storage, and all basic CRUD operations that provide Turing completeness for links as in [the links theory](https://habr.com/ru/articles/895896).
1111

1212
## Operations
13-
- **Update** – basic update operation
13+
- **Create** – insert point link (link with id = source = target)
14+
- **Update** – basic link update operation
15+
- **Delete** – basic link delete operation
1416
- **Each All** – take all links matching `[*, *, *]` constraint
1517
- **Each Incoming** – take all links matching `[*, *, target]` constraint
1618
- **Each Outgoing** – take all links matching `[*, source, *]` constraint
1719
- **Each Concrete** – take all links matching `[*, source, target]` constraint
1820
- **Each Identity** – take all links matching `[id, *, *]` constraint
19-
- **Delete** – basic delete operation
20-
- **Create** – insert point (link with id = source = target)
2121

2222
## Results
2323
The results below represent the amount of time (ns) the operation takes per iteration.

0 commit comments

Comments
 (0)