aboutsummaryrefslogtreecommitdiff
path: root/devel/smack/pkg-descr
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2012-12-07 17:17:59 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2012-12-07 17:17:59 +0000
commitc049e5edab6d17c2f16d678e3530ad9d83a58dd2 (patch)
treeb4001434ecd419a8780a85b1bc62f41e377889ab /devel/smack/pkg-descr
parenta31a7121d39c1ceca3eb92f91ada0a4ca4a81eac (diff)
downloadports-c049e5edab6d17c2f16d678e3530ad9d83a58dd2.tar.gz
ports-c049e5edab6d17c2f16d678e3530ad9d83a58dd2.zip
Notes
Diffstat (limited to 'devel/smack/pkg-descr')
-rw-r--r--devel/smack/pkg-descr13
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/smack/pkg-descr b/devel/smack/pkg-descr
new file mode 100644
index 000000000000..6af133c8b754
--- /dev/null
+++ b/devel/smack/pkg-descr
@@ -0,0 +1,13 @@
+SMACK is a low-level I/O storage library which packs data into sorted blobs,
+compressed with zlib, bzip2, or snappy.
+
+It was created to host huge amount of rather small compressible data in
+Elliptics, providing extremely fast write performance (tens of thousands RPS
+per node with hundreds of millions already written objects); its backend
+architecture was implemented with HBase in mind, but some changes were
+tested and made different.
+
+Data is compressed and sorted by key, that is, you get HBase-like scans for
+free (although this is not yet exported to Elliptics API).
+
+WWW: http://www.reverbrain.com/smack/