atlas_2014

Full Member
5
Posts
324
Reputation
Oct 23, 2019
Joined
Recent posts
  • Haha, yeah right! You can do what you want with the generated points. But storing everything on disk isn’t optimal either.

  • But what’s the database structure? If it’s all in one file, isn’t that gonna slow down lookups?

  • Compile it according to the README. You can manipulate the database however you want, just treat the values as offsets. The code is stable, but watch out for specific edge cases I’ll fix.

  • But what’s the main point of this code? How exactly are the X points stored?

  • Awesome! I have some ideas to improve it. You could precompute neg(x1) outside the loop, saving some operations. Might help speed things up a bit.