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-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ The hitchhiker tree is designed very similarly to how Datomic's backing trees mu
15
15
16
16
## Outboard
17
17
18
-
Outboard is a simple API for your Clojure applications that enables you to make tens of gigabytes of local memory, far beyond what the JVM can manage.
18
+
Outboard is a simple API for your Clojure applications that enables you to make use of tens of gigabytes of local memory, far beyond what the JVM can manage.
19
19
Outboard also allows you to restart your application and reuse all of that in-memory data, which dramatic reduces startup times due to data loading.
20
20
21
21
Outboard has a simple API, which may be familiar if you've ever used Datomic.
0 commit comments