ossp-web/pkg/lib/cache/index.wml 1.1 -> 1.2
--- index.wml 2002/02/15 11:56:41 1.1
+++ index.wml 2002/02/15 13:52:10 1.2
@@ -3,10 +3,14 @@
<title>OSSP cache</title>
-<h1>...</h1>
+<h1>User-Space Cache</h1>
<h2>Abstract</h2>
+OSSP cache is an efficient fixed-size low-overhead user-space caching library.
+It allows attaching an cache to a fixed-size memory segment and provides O(1)
+time and space complexity over all operations.
+
<h2>Authors</h2>
<pkg_author name="Ralf S. Engelschall" mail="rse@engelschall.com">
@@ -16,7 +20,7 @@
<pkg_status
stable="none" stable_date="none"
unstable="none" unstable_date="none"
- done=100>
+ done=15>
<h2>Source</h2>
|
|