summaryrefslogtreecommitdiff
path: root/databases/go-tiedot/PLIST
blob: e7a390f4c5d66b720e852885b84393776b21d571 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
@comment $NetBSD: PLIST,v 1.1 2019/11/27 10:34:22 ng0 Exp $
bin/tiedot
gopkg/pkg/${GO_PLATFORM}/github.com/HouzuoGuo/tiedot/data.a
gopkg/pkg/${GO_PLATFORM}/github.com/HouzuoGuo/tiedot/db.a
gopkg/pkg/${GO_PLATFORM}/github.com/HouzuoGuo/tiedot/dberr.a
gopkg/pkg/${GO_PLATFORM}/github.com/HouzuoGuo/tiedot/gommap.a
gopkg/pkg/${GO_PLATFORM}/github.com/HouzuoGuo/tiedot/httpapi.a
gopkg/pkg/${GO_PLATFORM}/github.com/HouzuoGuo/tiedot/tdlog.a
gopkg/src/github.com/HouzuoGuo/tiedot/LICENSE
gopkg/src/github.com/HouzuoGuo/tiedot/README.md
gopkg/src/github.com/HouzuoGuo/tiedot/benchmark.go
gopkg/src/github.com/HouzuoGuo/tiedot/benchmark_test.go
gopkg/src/github.com/HouzuoGuo/tiedot/data/collection.go
gopkg/src/github.com/HouzuoGuo/tiedot/data/collection32.go
gopkg/src/github.com/HouzuoGuo/tiedot/data/collection64.go
gopkg/src/github.com/HouzuoGuo/tiedot/data/collection_test.go
gopkg/src/github.com/HouzuoGuo/tiedot/data/file.go
gopkg/src/github.com/HouzuoGuo/tiedot/data/file_test.go
gopkg/src/github.com/HouzuoGuo/tiedot/data/hash32.go
gopkg/src/github.com/HouzuoGuo/tiedot/data/hash64.go
gopkg/src/github.com/HouzuoGuo/tiedot/data/hashtable.go
gopkg/src/github.com/HouzuoGuo/tiedot/data/hashtable_test.go
gopkg/src/github.com/HouzuoGuo/tiedot/data/partition.go
gopkg/src/github.com/HouzuoGuo/tiedot/data/partition_test.go
gopkg/src/github.com/HouzuoGuo/tiedot/db/col.go
gopkg/src/github.com/HouzuoGuo/tiedot/db/db.go
gopkg/src/github.com/HouzuoGuo/tiedot/db/db_test.go
gopkg/src/github.com/HouzuoGuo/tiedot/db/doc.go
gopkg/src/github.com/HouzuoGuo/tiedot/db/doc_test.go
gopkg/src/github.com/HouzuoGuo/tiedot/db/idx_test.go
gopkg/src/github.com/HouzuoGuo/tiedot/db/query.go
gopkg/src/github.com/HouzuoGuo/tiedot/db/query_test.go
gopkg/src/github.com/HouzuoGuo/tiedot/dberr/errors.go
gopkg/src/github.com/HouzuoGuo/tiedot/distributable/etc/tiedot
gopkg/src/github.com/HouzuoGuo/tiedot/distributable/tiedot.service
gopkg/src/github.com/HouzuoGuo/tiedot/distributable/tiedot.spec
gopkg/src/github.com/HouzuoGuo/tiedot/doc/API-reference-and-embedded-usage.md
gopkg/src/github.com/HouzuoGuo/tiedot/doc/Concurrency-and-networking.md
gopkg/src/github.com/HouzuoGuo/tiedot/doc/Contributors-and-License.md
gopkg/src/github.com/HouzuoGuo/tiedot/doc/Data-structures.md
gopkg/src/github.com/HouzuoGuo/tiedot/doc/Home.md
gopkg/src/github.com/HouzuoGuo/tiedot/doc/Limitations.md
gopkg/src/github.com/HouzuoGuo/tiedot/doc/Performance-tuning-and-benchmarks.md
gopkg/src/github.com/HouzuoGuo/tiedot/doc/Query-processor-and-index.md
gopkg/src/github.com/HouzuoGuo/tiedot/doc/Tutorial.md
gopkg/src/github.com/HouzuoGuo/tiedot/doc/Version-History.md
gopkg/src/github.com/HouzuoGuo/tiedot/example.go
gopkg/src/github.com/HouzuoGuo/tiedot/example_test.go
gopkg/src/github.com/HouzuoGuo/tiedot/extra/FOSDEM14-pic1.jpg
gopkg/src/github.com/HouzuoGuo/tiedot/extra/FOSDEM14-pic2.jpg
gopkg/src/github.com/HouzuoGuo/tiedot/extra/FOSDEM14-tiedot.pdf
gopkg/src/github.com/HouzuoGuo/tiedot/extra/TiedotPythonClient.py
gopkg/src/github.com/HouzuoGuo/tiedot/extra/mongo_throughput_harness.js
gopkg/src/github.com/HouzuoGuo/tiedot/gommap/LICENSE
gopkg/src/github.com/HouzuoGuo/tiedot/gommap/README.md
gopkg/src/github.com/HouzuoGuo/tiedot/gommap/mmap.go
gopkg/src/github.com/HouzuoGuo/tiedot/gommap/mmap_unix.go
gopkg/src/github.com/HouzuoGuo/tiedot/gommap/mmap_windows.go
gopkg/src/github.com/HouzuoGuo/tiedot/httpapi/collection.go
gopkg/src/github.com/HouzuoGuo/tiedot/httpapi/document.go
gopkg/src/github.com/HouzuoGuo/tiedot/httpapi/index.go
gopkg/src/github.com/HouzuoGuo/tiedot/httpapi/jwt-test.key
gopkg/src/github.com/HouzuoGuo/tiedot/httpapi/jwt-test.pub
gopkg/src/github.com/HouzuoGuo/tiedot/httpapi/jwt.go
gopkg/src/github.com/HouzuoGuo/tiedot/httpapi/jwt_test.go
gopkg/src/github.com/HouzuoGuo/tiedot/httpapi/misc.go
gopkg/src/github.com/HouzuoGuo/tiedot/httpapi/query.go
gopkg/src/github.com/HouzuoGuo/tiedot/httpapi/srv.go
gopkg/src/github.com/HouzuoGuo/tiedot/main.go
gopkg/src/github.com/HouzuoGuo/tiedot/tdlog/tdlog.go
gopkg/src/github.com/HouzuoGuo/tiedot/tdlog/tdlog_test.go