ScrollPrize / villa

The Vesuvius Challenge monorepo
https://scrollprize.org
MIT License
10 stars 6 forks source link

thaumato - compute centroid (or equivalent) only once #28

Open giorgioangel opened 1 day ago

giorgioangel commented 1 day ago

Computing the centroid (or equivalent) only once and storing the value in a dictionary can spare $O(10^8)$ redundant computations if I am not mistaken.

vercel[bot] commented 1 day ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Skipped Deployment | Name | Status | Preview | Comments | Updated (UTC) | | :--- | :----- | :------ | :------- | :------ | | **scrollprize-org** | ⬜️ Ignored ([Inspect](https://vercel.com/scroll/scrollprize-org/7bt1wrX7mw2TnDoPex9qoMmmjNpx)) | | | Dec 3, 2024 11:05am |
schillij95 commented 1 day ago

Great addition! There seems to be some unresolved conflicts as the branch is 29 commits behind

giorgioangel commented 1 day ago

Let me check I probably forked the wrong branch