Ticket #329 (new defect)

Opened 13 years ago

Frequency counting benchmark hash-for-each bug

Reported by: anonymous Owned by: dvanhorn
Priority: minor Milestone:
Component: dvanhorn/ralist.plt Keywords:
Cc: Version: (3 1)
Racket Version: 5.1.1

Description

There is a bug in the hash table implementation of the frequency
counting benchmark, which relies on hash-for-each to iterate
through the result frequency count, but the problem specification
is to print them in ascending order. But hash-for-each iterates
in unspecified order.

There is a failing test case that catches this.

Note: See TracTickets for help on using tickets.