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
Copy file name to clipboardexpand all lines: CONTRIBUTING.md
+1-22
Original file line number
Diff line number
Diff line change
@@ -107,8 +107,6 @@ cmake --build ./build_release --config Release # Which will produce the fol
107
107
./build_release/stringzilla_bench_container <path># for STL containers with string keys
108
108
```
109
109
110
-
111
-
112
110
You may want to download some datasets for benchmarks, like these:
113
111
114
112
```sh
@@ -259,30 +257,11 @@ Alternatively, on Linux, the official Swift Docker image can be used for builds
259
257
sudo docker run --rm -v "$PWD:/workspace" -w /workspace swift:5.9 /bin/bash -cl "swift build -c release --static-swift-stdlib && swift test -c release --enable-test-discovery"
260
258
```
261
259
262
-
## Roadmap
263
-
264
-
The project is in its early stages of development.
265
-
So outside of basic bug-fixes, several features are still missing, and can be implemented by you.
266
-
Future development plans include:
267
-
268
-
-[x][Replace PyBind11 with CPython](https://github.com/ashvardanian/StringZilla/issues/35), [blog](https://ashvardanian.com/posts/pybind11-cpython-tutorial/.
269
-
-[x][Bindings for JavaScript](https://github.com/ashvardanian/StringZilla/issues/25).
0 commit comments