You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,14 +10,14 @@ In this particular benchmark we decided not to increase the number of links as P
10
10
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).
11
11
12
12
## 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
14
16
-**Each All** – take all links matching `[*, *, *]` constraint
15
17
-**Each Incoming** – take all links matching `[*, *, target]` constraint
16
18
-**Each Outgoing** – take all links matching `[*, source, *]` constraint
17
19
-**Each Concrete** – take all links matching `[*, source, target]` constraint
18
20
-**Each Identity** – take all links matching `[id, *, *]` constraint
19
-
-**Delete** – basic delete operation
20
-
-**Create** – insert point (link with id = source = target)
21
21
22
22
## Results
23
23
The results below represent the amount of time (ns) the operation takes per iteration.
0 commit comments