Drastically reduce memory footprint at the cost of removing threading #4

Merged
chomp merged 1 commits from DrakiaXYZ/BotGenerator:feat-memory-improvements into master 2024-11-04 10:44:48 -05:00
Contributor
  • 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
- 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
DrakiaXYZ added 1 commit 2024-11-04 10:38:33 -05:00
- 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
chomp merged commit f927a64a13 into master 2024-11-04 10:44:48 -05:00
Sign in to join this conversation.
No Reviewers
No Label
No Milestone
No project
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: chomp/BotGenerator#4
No description provided.