stencillogic / astro-float

Arbitrary precision floating point numbers library
MIT License
101 stars 4 forks source link

Replace SmallVec with Vec #4

Closed stencillogic closed 1 year ago

stencillogic commented 1 year ago

SmallVec does not show performance benefits compared to Vec, so, the dependency on SmallVec should be excluded.