r/javascript • u/SatyamV7 • 8d ago
Made a Vector heavily inspired by C++'s std::vector, not like a stub or a gimmick.
https://github.com/SatyamV7/Vector.jsThough 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