On Wednesday, 14 August 2024 at 07:48:58 UTC, Cecil Ward wrote:
Does D give any guarantees for performance order-something ? What’s the current lib implementation like?
It is amortized O(1), like most hash implementations. -Steve
Steven Schveighoffer via Digitalmars-d-learn Fri, 16 Aug 2024 18:06:12 -0700
On Wednesday, 14 August 2024 at 07:48:58 UTC, Cecil Ward wrote:
Does D give any guarantees for performance order-something ? What’s the current lib implementation like?
It is amortized O(1), like most hash implementations. -Steve