More efficient traversal of on notes.
commit7340bb5d922bc0ee2816f804c4609e915c5fbf65
authorEvanR <evanrinehart@gmail.com>
Thu, 11 Jun 2009 14:06:34 +0000 (11 10:06 -0400)
committerEvanR <evanrinehart@gmail.com>
Thu, 11 Jun 2009 14:06:34 +0000 (11 10:06 -0400)
tree763e1f3023c2fa3ccbc553892ccd64780de999fd
parent5d1a6e609d37642b5a9e6557585e6094140cba62
More efficient traversal of on notes.

Uses more copying than before due to swapping.
To reduce this part more, replace array with 'static' linked list.
I think that would not be better than concentrating on another
part to optimize.
core.c