Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Concurrent model loading #348

Merged
merged 1 commit into from
Jun 15, 2020
Merged

Concurrent model loading #348

merged 1 commit into from
Jun 15, 2020

Conversation

xeolabs
Copy link
Member

@xeolabs xeolabs commented Jun 15, 2020

See #347

  • Grows BatchingBuffer arrays as needed, without 300MB pre-allocation
  • Allows XKTLoaderPlugin to load multiple .XKT models concurrently - [run demo]
  • Reduces memory footprint
  • Fixes PerformanceModel memory leak - BatchingBuffer instances are destroyed when no longer needed, and are no longer kept in a leaky reuse pool.

@xeolabs xeolabs merged commit 9c743e4 into master Jun 15, 2020
@xeolabs xeolabs mentioned this pull request Jun 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant