We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a04e2bf commit 2d054bbCopy full SHA for 2d054bb
TODO.md
@@ -34,12 +34,6 @@ Here are a number of things I'd like to do still:
34
return a temporary raw_result_buffer instead of being passed down as itself,
35
for use cases where both std::vector and raw pointer calls are in use.
36
37
-* Benchmark our performance against other libraries. We should be pretty fast
38
- since cppcodec is avoiding unnecessary copies or object construction, but
39
- we're also not doing any special vectorization or inline assembly. Plus it
40
- would be nice to know that the compiler optimizes the inline function calls
41
- well, instead of merely assuming it.
42
-
43
* More codec variants:
44
* binary - useful for debugging
45
* octal
0 commit comments