Sha256: b9e9d3c7d8fb4e453b2ddd315329d30b13a83a243ebfee6eb43710b71cff182a
Contents?: true
Size: 776 Bytes
Versions: 1
Compression:
Stored size: 776 Bytes
Contents
= CHANGE HISTORY == 2.0.0 / 2011-10-29 This is a complete rewrite to simplify the design and use more of Ruby's internal methods. Overall performance should be markedly improved. A few method names have changed to be more consistent with Ruby's other data structure. Note that the internal heap is now in reverse order from the previous version. If using #to_a be aware that the priority order will be reversed. This release also switches the library to distribution under the BSD-2-Clause license. Changes: * Rewrite library. * Modernize build configuration. * Switch to BSD-2-Clause license. == 1.0.0 / 2009-07-05 This is the initial standalone release of PQueue, spun-off from the Ruby Facets and originally written by K. Komada. Changes: * Happy New Birthday!
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pqueue-2.0.0 | HISTORY.rdoc |