You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This library/tool will generate semi-indexes on JSON files as per the paper:
4
+
[Semi-Indexing Semi-Structured Data in Tiny Space](http://www.di.unipi.it/~ottavian/files/semi_index_cikm.pdf).
5
+
6
+
## The command line tool
7
+
8
+
For a given JSON file, the `hw-json-simd` it will generate two semi-index
9
+
files, which both together can be loaded into a single in-memory semi-index.
10
+
11
+
The semi-index files can be generated using two methods, which will be called
12
+
standard and simple, which correspond to sections 4 and 5 of the
13
+
[Semi-Indexing Semi-Structured Data in Tiny Space](http://www.di.unipi.it/~ottavian/files/semi_index_cikm.pdf)
14
+
paper respectively.
15
+
16
+
Navigation of the JSON text using the standard index is suppored by the [`hw-json` project](https://github.com/haskell-works/hw-json) for more information. There is currently
17
+
no support for navigation of the JSON text using the simple index.
0 commit comments