variables: use a binary search tree instead of a table
This makes insertion/deletion faster, and saves a lot of code
Showing
This diff is collapsed.
Please register or sign in to comment
This makes insertion/deletion faster, and saves a lot of code