Skip to main content

DataStructures

Luau Data Structures implementation

Several already implemented data structures

A lot of the data structures you'd likely use have already been implemented for you.

Performance and safety

All of the data structures have been designed to work with Luau performance in mind, while still having type protection.

TypeScript Support

All of the data structures have been ported to TypeScript already, so you don't have to make your own implementation or types.