destruction of TOrderedSet slow

Issue #285 resolved
Stefan Glienke repo owner created an issue

This is caused by not clearing the key list because the inherited Destroy from THashSet does not call Clear.

fix: - add Clear to THashSet<T>.Destroy

Comments (2)

  1. Log in to comment