Skip to content

v1.0.0

Compare
Choose a tag to compare
@martinus martinus released this 04 Jun 07:01
· 21 commits to main since this release

Direct download: svector.h

  • πŸŽ‰ First release! As far as I can say, there's no undefined behavior any more in the code.
  • Practically all std::vector API implemented
  • plenty of tests, some benchmarks

New Contributors

  • @hkaiser Enable resize for move-only types
  • @cculianu Update README.md (I keep mixing up the heap and stack terms...)
  • @martinus Heh, I'm new as well. I did the rest.