Export data to JSON #13

Open
opened 2026-06-11 17:15:27 +02:00 by oysteikt · 0 comments
Owner

This is the big next feature needed for the program to be finished

It can either be done with a library (this should be relatively easy even for cross compile with the nix package), or we can just use some fancy formatting strings.

If we do choose to go with the latter, I've been playing around with the idea of a "shallow update" function. We could keep the coordinate numbers to a fixed width, and as long as the users stay the same, we only need to rewrite the numbers and not the rest of the content. This might or might not go well with using mmap.

This is the big next feature needed for the program to be finished It can either be done with a library (this should be relatively easy even for cross compile with the nix package), or we can just use some fancy formatting strings. If we do choose to go with the latter, I've been playing around with the idea of a "shallow update" function. We could keep the coordinate numbers to a fixed width, and as long as the users stay the same, we only need to rewrite the numbers and not the rest of the content. This might or might not go well with using mmap.
oysteikt added the feature request label 2026-06-11 17:15:27 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Projects/where-are-my-friends#13