ObjectPascal-Community / 1brc-ObjectPascal

1️⃣🐝🏎️ The 1 Billion Row Challenge in Object Pascal
MIT License
54 stars 22 forks source link

abouchez/mormot: reduce memory consumption #76

Closed synopse closed 7 months ago

synopse commented 7 months ago

No functional change - just avoid allocating some arrays which won't be used.

gcarreno commented 7 months ago

Hey Arnaud(@synopse),

Should I perform the test before or after this merge?

Cheers, Gus

synopse commented 7 months ago

This PR should not change anything in respect to performance.

synopse commented 7 months ago

It still has NO sse2 asm enabled: just pure pascal.

gcarreno commented 7 months ago

Kewl, kewl, merging !!