This repository has been archived on 2019-12-07. You can view files and clone it, but cannot push or open issues or pull requests.
ensichat/core
Felix Ableitner 02a506608f Significantly decreased CPU usage.
Calls to InputStream#available() weren't blocking, so the loops
in both classes were running hot. Replaced the conditional with
a blocking call instead. CPU usage is down from 100% to barely
noticable.
2016-02-10 21:18:51 +01:00
..
src Significantly decreased CPU usage. 2016-02-10 21:18:51 +01:00
.gitignore Split project into seperate modules for core and android (fixes #18). 2015-10-18 22:39:51 +02:00
build.gradle Cleaned build scripts. 2015-11-21 21:29:14 +01:00