doc/web/source/release_history.rst
author martin f. krafft <madduck@debian.org>
Wed, 08 Aug 2012 14:37:29 +0000
changeset 586 cd1200d06700
parent 579 be0906181a10
child 626 f151defe7078
permissions -rw-r--r--
VMM/common: Improve search_address complexity Checking the dictionary (a hash) for existence of a key is likely to be O(log(n)), while checking a list is O(n). Therefore, to increase performance, this patch changes the check accordingly.

======================
Release history of vmm
======================

=========== ============ ======================================================
Version     Release Date Download URL
=========== ============ ======================================================
vmm-0.6.0   Jun 28 2012  https://sourceforge.net/projects/vmm/files/vmm/0.6.0
vmm-0.5.2   Sep 09 2009  https://sourceforge.net/projects/vmm/files/vmm/0.5.2
vmm-0.5.1   Aug 12 2009  https://sourceforge.net/projects/vmm/files/vmm/0.5.1
vmm-0.5     Nov 27 2008  https://sourceforge.net/projects/vmm/files/vmm/0.5
vmm-0.4-r41 May 02 2008  https://sourceforge.net/projects/vmm/files/vmm/0.4-r41
vmm-0.4     May 01 2008  https://sourceforge.net/projects/vmm/files/vmm/0.4
vmm-0.3.1   Jan 08 2008  https://sourceforge.net/projects/vmm/files/vmm/0.3.1
vmm-0.3     Jan 06 2008  https://sourceforge.net/projects/vmm/files/vmm/0.3
=========== ============ ======================================================