index
:
multi-vec
master
Struct of arrays data structure for Rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
3 days
feat: add FieldSlice get_item fn
HEAD
master
HampusM
3 days
fix: add missing FieldOwned Drop impl
HampusM
3 days
feat: add into_boxed fn to FieldOwned
HampusM
3 days
refactor: make remove & swap_remove return new FieldOwned struct
HampusM
4 days
feat: make structs derive Debug
HampusM
4 days
docs: correct MultiVec doc comment
HampusM
4 days
feat: add swap_remove fn
HampusM
4 days
feat: add remove fn
HampusM
5 days
feat: check field types in push fn
HampusM
5 days
docs: remove incorrect performance note in push fn doc comment
HampusM
5 days
perf: store metadata in the allocated buffer
HampusM
6 days
test: add & improve push tests
HampusM
6 days
perf: use alloc instead of realloc
HampusM
6 days
fix: pad layouts to alignment
HampusM
6 days
feat: add immutable field slice iter
HampusM
6 days
feat: add field_cnt function
HampusM
6 days
feat: add get_item_mut fn to FieldSliceMut
HampusM
6 days
refactor: renames fns get_field* to get_field_slice*
HampusM
6 days
test: add drop tests
HampusM
6 days
refactor: improve drop fn & tests
HampusM
6 days
feat: add get_field function
HampusM
6 days
feat: make unsized fields not cause UB
HampusM
6 days
refactor: comment out get_all & make ptr to MaybeUninit<u8>
HampusM
6 days
feat: allow for dynamic fields
HampusM
2024-08-27
refactor: fix clippy lints
HampusM
2024-08-27
feat: make MultiVec implement Default
HampusM
2024-08-27
chore: add attribute to enable clippy lints all & pedantic
HampusM
2024-08-27
feat: add function to get slice with fields of all items
HampusM
2024-08-27
feat: make MultiVec implement FromIterator
HampusM
2024-08-27
docs: add documentation comment to with_capacity function
HampusM
2024-08-27
test: add unit test for get function
HampusM
2024-08-27
fix: call with write_item function with correct index
HampusM
2024-08-27
test: add push function unit tests
HampusM
2024-08-26
feat: add function create new MultiVec with capacity
HampusM
2024-08-26
feat: make get function return Option
HampusM
2024-08-26
docs: add documentation comments
HampusM
2024-08-26
feat: add function to get if is empty
HampusM
2024-08-26
feat: add functions to get length & capacity
HampusM
2024-08-26
feat: add amortization
HampusM
2024-08-26
feat: add support for containing more than 1 item
HampusM
2024-08-25
add implementation base
HampusM
2024-08-25
initial commit
HampusM