Mike
Mike
It should be possible to use the stat.ink maps to get these strings with the splatnet id, instead of relying on what is passed in the splatnet api. This will...
There was a new version released a few days ago. v1.3.6. Did this version not fix login for you?
I'll probably need to implement caching to disk of the battles to make exporting to csv work properly. Part of the groundwork was done in annie store branch.
done on battles. Should probably add to league data
doesn't seem to hurt anything, but should fix it somehow
should be fixed in the next version of request library. 2.81.0
I added constructors for `App::single_threaded()` and `App::multi_threaded()` and made `App::new_with_threading_options` private, instead of adding an option to `new()`. Not sure about the naming here, since you can still use `query.par_for_each`...
I had a slightly different idea on how to combine the task pools. I wanted to give tasks spawned on a scope the highest priority; give tasks spawned onto the...
> however, the problem with spawn_blocking as a general approach is that if a compute thread is idle, you can easily starve out the compute tasks, which is unacceptable in...
Ran benches. Seeing some small improvements to benchmarks with contrived systems. Mostly noise otherwise. benchmarks ``` group main task-pool-final ----- ---- --------------- add_remove_component/sparse_set 1.00 1522.2±39.86µs ? ?/sec 1.05 1605.1±133.12µs ?...