varunrau / 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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:Python 100.0%