Cleaned up some old code, that was not needed or used anymore.
Added the Binary Tree, as a replacement for a linked list for headers.
Although inserting a new Header in small Tree, takes a bit longer, you cant notice it and it becomes quite a lot faster as the Tree grows over time.
Cleaned up some old code, that was not needed or used anymore.
Added the Binary Tree, as a replacement for a linked list for headers. Although inserting a new Header in small Tree, takes a bit longer, you cant notice it and it becomes quite a lot faster as the Tree grows over time.