orxfun / orx-split-vec

An efficient constant access time vector with dynamic capacity and pinned elements.
https://crates.io/crates/orx-split-vec
MIT License
2 stars 2 forks source link

wasm tests added and linear growth overflow issue is fixed #50

Closed orxfun closed 1 month ago

orxfun commented 2 months ago

Overflow issue with Linear growth is fixed. wasm_bindgen_tests are added to test growth of the vector with different growth strategies.

orxfun commented 2 months ago

@MichaReiser as I am not experienced in wasm builds, I would appreaciate if you could test the issue.