oppai-ng 1.0.10
- performance: don't search timing points array for every object. this is a 5-10% speed boost, which also removes a lot of useless timing point code
- deprecate: timing singletap count - I've decided that they aren't useful enough for the extra time they take to compute. too many maps are double bpm or have weird bpm changes that make 1/2 lose its meaning. the other singletap stats are way more useful
- misc: fix typo in binary output usage
linux binaries are statically linked against musl libc
windows binaries should not require the c runtime, but if they ask for it, install https://www.microsoft.com/en-us/download/details.aspx?id=5555
x86_64 means 64-bit
i686 and x86 mean 32-bit
the binary packages include the source code inside the src directory