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
+1-3
Original file line number
Diff line number
Diff line change
@@ -3,9 +3,7 @@ Java implementation of a Tuplespace.
3
3
4
4
A Tuple is an ordered list of items. A Tuple Space is a form of associative memory where entries, tuples, are stored in the space and are retrieved using search criteria that are based on the intrinsic properties of the tuples. The two key operations are
5
5
6
-
7
6
put
8
7
get
9
8
10
-
And that is it! There are refinements on these operations including, for example, timeouts where the tuple will only exist for a given period and also transactions that are based on atomic actions and
11
-
commit/rollback in the tuplespace.
9
+
There are refinements on these operations including, for example, timeouts where the tuple will only exist for a given period and also transactions that are based on atomic actions and commit/rollback in the tuplespace.
0 commit comments