diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-03-05 17:47:05 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-03-05 17:47:05 +0000 |
commit | 8e6b3ae541a7f9e506fb55c9946c269590975df2 (patch) | |
tree | 400e5f242b9e0bada2781e0113f620202d4c08f9 /devel/shmap/pkg-descr | |
parent | Add mkfile 1.0, create files suitable for use as swap files. (diff) |
add shmap 0.2
Shared-memory-based hashmaps
Notes
Notes:
svn path=/head/; revision=55593
Diffstat (limited to 'devel/shmap/pkg-descr')
-rw-r--r-- | devel/shmap/pkg-descr | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/devel/shmap/pkg-descr b/devel/shmap/pkg-descr new file mode 100644 index 000000000000..1f991973e590 --- /dev/null +++ b/devel/shmap/pkg-descr @@ -0,0 +1,5 @@ +Library that contains a collection of different hashmaps. All these hashmaps +are based on shared memory and are fast. This cuts down development time for +projects that need to keep data in shared memory. + +WWW: http://shmap.sourceforge.net/ |