-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e42e9a6
commit 9fd6643
Showing
4 changed files
with
146 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# Contributing to StringZilla | ||
|
||
## Roadmap | ||
|
||
Future development plans include: | ||
|
||
- [x] [Replace PyBind11 with CPython](https://github.com/ashvardanian/StringZilla/issues/35), [blog](https://ashvardanian.com/posts/pybind11-cpython-tutorial/) | ||
- [x] [Bindings for JavaScript](https://github.com/ashvardanian/StringZilla/issues/25) | ||
- [ ] [Faster string sorting algorithm](https://github.com/ashvardanian/StringZilla/issues/45) | ||
- [ ] [Reverse-order operations in Python](https://github.com/ashvardanian/StringZilla/issues/12) | ||
- [ ] [Splitting with multiple separators at once](https://github.com/ashvardanian/StringZilla/issues/29) | ||
- [ ] Splitting CSV rows into columns | ||
- [ ] UTF-8 validation. | ||
- [ ] Arm SVE backend | ||
- [ ] Bindings for Java and Rust | ||
|
||
## Working on Alternative Hardware Backends | ||
|
||
## Working on Faster Edit Distances | ||
|
||
## Working on Random String Generators | ||
|
||
## Working on Sequence Processing and Sorting | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters