1
0
Fork 0
mirror of https://codeberg.org/icewind/bitbuffer.git synced 2026-06-03 08:34:07 +02:00
Commit graph

18 commits

Author SHA1 Message Date
ea2cd36877 clippy fixes 2025-02-23 22:33:20 +01:00
227582cbc4 add reserve_int 2021-07-24 16:04:17 +02:00
94bc320add move benches to iai 2021-07-18 19:55:45 +02:00
51faeababf cow 2020-12-06 17:35:03 +01:00
6fc3785fc9 rename bitbuffer/bitstream to bitreadbuffer/bitreadstream 2020-02-12 23:53:59 +01:00
0e58b89ae9 rename to bitbuffer to prepare for writing 2020-02-12 23:52:08 +01:00
4785f80cce struct bench 2020-01-07 20:30:49 +01:00
c28c83d5f4 cleanup 2019-12-25 23:30:49 +01:00
296b2e1092 optimizte reading alligned unsized strings 2019-09-22 16:26:10 +02:00
c85d4e4fa6 add bench for read_bytes 2019-09-20 22:07:57 +02:00
af93d0917e dont store byte_len separatly
bit_len actually makes a performance difference
2019-07-24 12:53:45 +02:00
76bd8f6bb1 remove usafe code from read_bool
safe version is a bit faster than the unsafe version even
2019-07-24 12:24:15 +02:00
71823f22ec read for NoZero ints 2019-04-09 20:00:11 +02:00
459d01405f bench le strings 2019-03-16 14:20:41 +01:00
be50e68461 bench string reading 2019-03-09 16:59:48 +01:00
833213f640 inline for more compile time checks 2019-03-05 17:04:26 +01:00
8342290cc6 inline count check 2019-03-05 16:23:44 +01:00
f1d1737cd9 more benches to it's proper location 2019-03-05 16:02:07 +01:00