Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jkanche/wavelet_trees
https://github.com/jkanche/wavelet_trees
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jkanche/wavelet_trees
- Owner: jkanche
- Created: 2019-10-28T13:54:22.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-06T02:50:27.000Z (almost 5 years ago)
- Last Synced: 2023-03-11T11:46:59.183Z (over 1 year ago)
- Language: Go
- Size: 2.96 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
### Building the package
The code is written in `go` (version go1.10.4 linux/amd64). To build the package```
cd wt
go build
```To print the available operations within the tool, run
```
wt help
```The benchmarks were run on a 64 bit machine running ubuntu using the WSL. To run the benchmarks locally
```
wt runtests
```