4bc9b23c61
* OPT: Shrink internal data structures and adjust algorithms likely improving performance (noticably for the 'random' case of my stress test - the 'best' case is almost on a par with Variant[] now). * BUG: Fix difficult-to-spot List.Take() bugs due to difficulties with the former internal data structures. The class now survives all my test cases (without misbehaviour under valgrind). * BUG: List.Take() never raises "Out of bounds" anymore if the list is empty because that's an inappropriate error for a *circular* list. It raises an error if an attempt is made to Take() an invalid Current which includes the case that the List is empty. git-svn-id: svn://localhost/gambas/trunk@5731 867c0c6c-44f3-4631-809d-bfa615b0a4ec |
||
---|---|---|
.. | ||
complex | ||
compress | ||
data | ||
db | ||
debug | ||
draw | ||
eval | ||
geom | ||
gui | ||
gui.opengl | ||
image | ||
image.effect | ||
option | ||
signal | ||
vb | ||
gb.component | ||
Makefile.am |