Howdy,
Due to some weirdness some routine didn't work as espected on IOS (sloooooow) so I have to go for a datafile.
A math game with certain rules etc needed some thinkering to get all possible combinations with valid solutions.
This code was ready last friday and ran a few hours to get all data I wanted (10.808.967 lines).
Problem is... it's a 195Mb textfile (24Mb zipped)
A bit big to add to my app.
Now comes the challenge...
How far can we optimize this that it is smaller and everything is easy and fast accessible (select a random data line) by only using B4J/B4A/B4i code (only core libs)?
Any data nerds here who are good at optimizing/reorganizing data and like a challenge?
PM me and I'll send a link to the file.
I have a few ideas that I will try to work out today and if they work I'll post my current file size.
Due to some weirdness some routine didn't work as espected on IOS (sloooooow) so I have to go for a datafile.
A math game with certain rules etc needed some thinkering to get all possible combinations with valid solutions.
This code was ready last friday and ran a few hours to get all data I wanted (10.808.967 lines).
Problem is... it's a 195Mb textfile (24Mb zipped)
A bit big to add to my app.
Now comes the challenge...
How far can we optimize this that it is smaller and everything is easy and fast accessible (select a random data line) by only using B4J/B4A/B4i code (only core libs)?
Any data nerds here who are good at optimizing/reorganizing data and like a challenge?
PM me and I'll send a link to the file.
I have a few ideas that I will try to work out today and if they work I'll post my current file size.