Skip to content

A python project that will analyze your code and determine the most efficient data structures to use. Not only will this program make smart choices at compile time, it will dynamically swap out these datastructures at runtime, giving your code the best possible performance.

varunrau/SmartDataStructure

Repository files navigation

SmartDataStructure

A python project that will analyze your code and determine the most efficient data structures to use. Not only will this program make smart choices at compile time, it will dynamically swap out these datastructures at runtime, giving your code the best possible performance.

About

A python project that will analyze your code and determine the most efficient data structures to use. Not only will this program make smart choices at compile time, it will dynamically swap out these datastructures at runtime, giving your code the best possible performance.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages