fastbuf

Crates.iofastbuf
lib.rsfastbuf
version0.25.0
sourcesrc
created_at2024-08-06 13:56:29.894364
updated_at2024-08-18 04:58:28.522208
descriptionfast byte buffer with no async support
homepage
repositoryhttps://github.com/Bruce0203/fastbuf
max_upload_size
id1327312
size13,633
(Bruce0203)

documentation

README

benchmark                                    fastest       │ slowest       │ median        │ mean          │ samples │ iters
├─ read_array_with_fast_collection_cursor    25.35 ns      │ 209.1 ns      │ 25.47 ns      │ 27.95 ns      │ 1000    │ 1000000
├─ read_array_with_fastbuf_buffer            15.68 ns      │ 54.3 ns       │ 18.49 ns      │ 19.83 ns      │ 1000    │ 1000000
├─ write_array_with_fast_collections_cursor  11.51 ns      │ 45.14 ns      │ 14.35 ns      │ 14.57 ns      │ 1000    │ 1000000
╰─ write_array_with_fastbuf_buffer           9.391 ns      │ 31.3 ns       │ 11.1 ns       │ 10.69 ns      │ 1000    │ 1000000

Commit count: 0

cargo fmt