]> gitweb.factorcode.org Git - factor.git/commitdiff
adding some summary.txt files.
authorJohn Benediktsson <mrjbq7@gmail.com>
Sat, 27 Apr 2013 00:43:24 +0000 (17:43 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Sat, 27 Apr 2013 00:43:24 +0000 (17:43 -0700)
basis/simple-flat-file/summary.txt [new file with mode: 0644]
basis/simple-tokenizer/summary.txt [new file with mode: 0644]
core/hash-sets/summary.txt [new file with mode: 0644]

diff --git a/basis/simple-flat-file/summary.txt b/basis/simple-flat-file/summary.txt
new file mode 100644 (file)
index 0000000..af4fd1f
--- /dev/null
@@ -0,0 +1 @@
+Parsing simple text files
diff --git a/basis/simple-tokenizer/summary.txt b/basis/simple-tokenizer/summary.txt
new file mode 100644 (file)
index 0000000..d9d2171
--- /dev/null
@@ -0,0 +1 @@
+Simple string tokenizer
diff --git a/core/hash-sets/summary.txt b/core/hash-sets/summary.txt
new file mode 100644 (file)
index 0000000..ed38194
--- /dev/null
@@ -0,0 +1 @@
+Set structure with constant-time addition and removal