ports/devel/p5-Hash-Ordered/pkg/DESCR

6 lines
289 B
Text
Raw Normal View History

2023-09-27 17:15:09 +00:00
This module implements an ordered hash, meaning that it associates keys
with values like a Perl hash, but keeps the keys in a consistent order.
Because it is implemented as an object and manipulated with method
calls, it is much slower than a Perl hash. This is the cost of keeping
order.