3 releases

0.1.2 Jan 20, 2024
0.1.1 Apr 11, 2022
0.1.0 Apr 9, 2022

#485 in Data structures

Download history 3458/week @ 2024-01-19 3390/week @ 2024-01-26 3412/week @ 2024-02-02 3818/week @ 2024-02-09 3292/week @ 2024-02-16 4519/week @ 2024-02-23 5515/week @ 2024-03-01 5514/week @ 2024-03-08 5957/week @ 2024-03-15 6779/week @ 2024-03-22 4790/week @ 2024-03-29 5654/week @ 2024-04-05 5750/week @ 2024-04-12 4646/week @ 2024-04-19 4841/week @ 2024-04-26 5161/week @ 2024-05-03

21,415 downloads per month
Used in 87 crates (via imbl)

MPL-2.0+

170KB
4K SLoC

imbl-sized-chunks

Various fixed length array data types.

Overview

This crate provides the core building blocks for the immutable data structures in imbl: a sized array with O(1) amortised double ended push/pop and smarter insert/remove performance (used by imbl::Vector and imbl::OrdMap), and a fixed size sparse array (used by imbl::HashMap).

In a nutshell, this crate contains the unsafe bits from imbl, which may or may not be useful to anyone else, and have been split out for ease of auditing.

Documentation

Licence

Copyright 2019 Bodil Stokke

Copyright 2022 Joe Neeman

This software is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.

Code of Conduct

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

Acknowledgement

This crate was forked from sized-chunks, which is where basicaly all of the work was done.

Dependencies

~140KB