There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
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.