Commit Graph

3 Commits

Author SHA1 Message Date
nph 3e0cb26782
Formatted with nph v0.6.0-1-ga408209-dirty 2024-07-19 15:54:25 +02:00
Jacek Sieka f6be4bd0ec
avoid initTable (#2328)
`initTable` is obsolete since nim 0.19 and can introduce significant
memory overhead while providing no benefit (since the table will be
grown to the default initial size on first use anyway).

In particular, aristo layers will not necessarily use all tables they
initialize, for exampe when many empty accounts are being created.
2024-06-10 11:05:30 +02:00
jangko ac2cb82a2b saner source code grouping 2022-12-02 13:51:42 +07:00