* Verify the assumption that we don't rely on them in any way, shape or form.
* Tear the reporting out of the kernel/installer/etc.
+### Change vm_map lookup algorithm
+* The vm_map lookups currently use a Red-Black tree, since 2005.
+* It has been decided that using an array'ized bucket'ized hash table is probably a better approach.
+* References: [1](http://kerneltrap.org/mailarchive/freebsd-current/2010/10/1/6260944) [2](http://leaf.dragonflybsd.org/mailarchive/kernel/2005-01/msg00122.html)
For more theoretical projects and project concepts see [[ResearchProjects|/docs/developer/ResearchProjectsPage]]