tox4j / deprecated-tox4j

Deprecated, see http://github.com/TokTok/jvm-toxcore-c
http://github.com/TokTok/jvm-toxcore-c
Other
42 stars 17 forks source link

iteration() allocates too much memory #85

Closed subliun closed 9 years ago

subliun commented 9 years ago

iteration() allocates 80kb of memory per second when ran at the rate required by iterationInterval(). This is unacceptably high memory usage and causes the GC to be run frequently, degrading performance.