Skip to content

Commit 2d054bb

Browse files
committed
Remove bullet point about performance measurement from TODO.md.
We have a pretty good idea about performance now.
1 parent a04e2bf commit 2d054bb

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

TODO.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,6 @@ Here are a number of things I'd like to do still:
3434
return a temporary raw_result_buffer instead of being passed down as itself,
3535
for use cases where both std::vector and raw pointer calls are in use.
3636

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-
4337
* More codec variants:
4438
* binary - useful for debugging
4539
* octal

0 commit comments

Comments
 (0)