python like datastructures as databases code examples
Serg Gini
kornburn at yandex.ru
Mon Jul 21 14:56:41 UTC 2025
On Monday, 21 July 2025 at 14:15:07 UTC, Monkyyy wrote:
> On Monday, 21 July 2025 at 08:31:42 UTC, Serg Gini wrote:
> That filter is not aware of the data structure nor is that
> array maintaining a sort
I'm not sure what you are trying to do.
But array doesn't look right..
If you want a balanced ("always sorted") structure with "filter"
(ability to make some requests for the data) - this looks more
like some Tree structure
More information about the Digitalmars-d-learn
mailing list