forked from rurban/cmph
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
176 lines (176 loc) · 2.83 KB
/
.gitignore
File metadata and controls
176 lines (176 loc) · 2.83 KB
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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
/GPATH
/GRTAGS
/GTAGS
/INSTALL
/Makefile
/Makefile.in
/TAGS
/aclocal.m4
/autom4te.cache/
/cmph.pc
/compile
/config.guess
/config.h
/config.h.in
/config.log
/config.status
/config.sub
/configure
/depcomp
/install-sh
/libtool
/ltmain.sh
/missing
/stamp-h1
/test-driver
/cxxmph.pc
cxxmph/.deps/
cxxmph/Makefile
cxxmph/Makefile.in
docs/BDZ
docs/BMZ
docs/BRZ
docs/CHD
docs/CHM
docs/COMPARISON
docs/CONCEPTS
docs/EXAMPLES
docs/FAQ
docs/FCH
docs/GPERF
docs/NEWSLOG
docs/Makefile
docs/Makefile.in
docs/cmph.1
examples/.deps/
examples/.libs/
examples/Makefile
examples/Makefile.in
examples/TAGS
examples/file_adapter_ex2
examples/file_adapter_ex2.o
examples/small_set_ex4
examples/small_set_ex4.o
examples/struct_vector_adapter_ex3
examples/struct_vector_adapter_ex3.o
examples/vector_adapter_ex1
examples/vector_adapter_ex1.o
m4/libtool.m4
m4/ltoptions.m4
m4/ltsugar.m4
m4/ltversion.m4
m4/lt~obsolete.m4
man/Makefile
man/Makefile.in
src/.deps/
src/.libs/
src/Makefile
src/Makefile.in
src/Makefile~
src/TAGS
src/bdz.lo
src/bdz.o
src/bdz_ph.lo
src/bdz_ph.o
src/bm_numbers
src/bm_numbers.o
src/bmz.lo
src/bmz.o
src/bmz8.lo
src/bmz8.o
src/brz.lo
src/brz.o
src/buffer_entry.lo
src/buffer_entry.o
src/buffer_manager.lo
src/buffer_manager.o
src/chd.lo
src/chd.o
src/chd_ph.lo
src/chd_ph.o
src/chm.lo
src/chm.o
src/cmph
src/cmph.lo
src/cmph.o
src/cmph_benchmark.lo
src/cmph_benchmark.o
src/cmph_structs.lo
src/cmph_structs.o
src/compressed_rank.lo
src/compressed_rank.o
src/compressed_seq.lo
src/compressed_seq.o
src/crc32_hash.lo
src/crc32_hash.o
src/djb2_hash.lo
src/djb2_hash.o
src/fch.lo
src/fch.o
src/fch_buckets.lo
src/fch_buckets.o
src/fnv_hash.lo
src/fnv_hash.o
src/graph.lo
src/graph.o
src/hash.lo
src/hash.o
src/jenkins_hash.lo
src/jenkins_hash.o
src/libcmph.la
src/linear_string_map.lo
src/linear_string_map.o
src/main.o
src/miller_rabin.lo
src/miller_rabin.o
src/select.lo
src/select.o
src/sdbm_hash.lo
src/sdbm_hash.o
src/vqueue.lo
src/vqueue.o
src/vstack.lo
src/vstack.o
src/wingetopt.o
src/wyhash_hash.c~
src/wyhash_hash.h~
src/wyhash_hash.lo
src/wyhash_hash.o
tests/.deps/
tests/.libs/
tests/Makefile
tests/Makefile.in
tests/TAGS
tests/_words
tests/_words.mph
tests/cmph_benchmark_test
tests/cmph_benchmark_test.log
tests/cmph_benchmark_test.o
tests/cmph_benchmark_test.trs
tests/cmph_tests.log
tests/cmph_tests.trs
tests/cmph_tests~
tests/compressed_rank_tests
tests/compressed_rank_tests.log
tests/compressed_rank_tests.o
tests/compressed_rank_tests.trs
tests/compressed_seq_tests
tests/compressed_seq_tests.log
tests/compressed_seq_tests.o
tests/compressed_seq_tests.trs
tests/graph_tests
tests/graph_tests.log
tests/graph_tests.o
tests/graph_tests.trs
tests/mphf_tests
tests/mphf_tests.o
tests/packed_mphf_tests
tests/packed_mphf_tests.o
tests/select_tests
tests/select_tests.log
tests/select_tests.o
tests/select_tests.trs
tests/test-suite.log
tests/compile_run
tests/cmph_compile_tests
.build*