We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b8eebc commit a65aac0Copy full SHA for a65aac0
TODO.md
@@ -5,13 +5,17 @@
5
* more fuzz testing
6
* armv7 support with neon runtime selection
7
* fuzzers: extract common code into crate/module and add honggfuzz
8
+* streaming API
9
+* faster/smarter error position detection
10
11
# NEXT
12
* clean up algorithm src.
13
* document prev()
14
* type -> use (mostly)
15
* use imports instead of fully qualified at places
16
+ * trait for SimdU8Value impl.
17
* test all available stable implementations by default as if public_imp were specified
18
+* check remaining aarch64 perf. issues
19
20
# OTHER
21
* report aarch64 intrinsic issue
0 commit comments