http://www.gwydiondylan.org/cgi-bin/bugzilla/show_bug.cgi?id=7116
Summary: <bit-vectors> much, much slower than they should be
Product: common
Version: unspecified
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: collections
AssignedTo: andreas@xxxxxxxxxxx
ReportedBy: phinely@xxxxxxxxxxxxxxx
CC: gd-chatter@xxxxxxxxxxxxxxxx
In the Sieve of Eratosthenes shootout test (src/examples/shootout/sieve.dylan),
I tried changing <byte-vector> to <bit-vector>. I expect <bit-vector> to be a
little slower because they do extra work accessing the elements, but
<bit-vector> was horribly slower... approximately 50x slower.
Maybe it's because element is not specified as being inline?
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
_______________________________________________
Gd-chatter mailing list
Gd-chatter@xxxxxxxxxxxxxxxx
http://www.gwydiondylan.org/mailman/listinfo/gd-chatter
|
|