10 Commits

Author SHA1 Message Date
3faeb80e55
Resolves Warning HAA0601
Value type to reference type conversion causes boxing at call site, and unboxing at the callee-site. Resolves by explicitly converting value to string before including it in a log message string.
2024-11-14 11:31:22 -05:00
DrakiaXYZ
9ddbc91977 Drastically reduce memory footprint at the cost of removing threading
- Drastically improve performance, where non-threaded perf is now better than previous threaded perf
- Process all data in-line, as opposed to building huge lists of bot data that is then processed in groups later
- Memory footprint should now be relatively static no matter the amount of dumps
2024-11-03 23:29:50 -08:00
8237fdbe67 Refactor to use common.models project
Add project for finding unique bot templates from live data
2021-09-18 22:36:59 +01:00
d38cc9c3ea Parallelise some troublesome loops 2021-08-31 18:52:28 +01:00
d8c905719c use common project 2021-08-24 12:08:30 +01:00
6327711945 Better logging messages 2021-08-20 09:12:26 +01:00
6846d518c1 pass bottypes array into basebot class 2021-08-20 08:23:55 +01:00
52da9c254b Add code to clean up bsg json so more bot files can be parsed instead of discarded 2021-08-13 16:22:10 +01:00
5f7289f88f If the file being parsed has no bots, skip over it instead of throwing an exception 2021-08-12 17:19:54 +01:00
6df06c5063 First commit for bot gen project 2021-08-12 16:52:06 +01:00