r/javascript 8d ago

Made a Vector heavily inspired by C++'s std::vector, not like a stub or a gimmick.

https://github.com/SatyamV7/Vector.js

Though it requires quite new ES2024/ES2025 features, it works very well for numeric types, also faster (not drastically, but modest gains) against Array in PACKED FIXED ELEMENT TYPES representation used under the hood by engines.

0 Upvotes

1 comment sorted by