mprusakov

Results 2 comments of mprusakov

This is fixed in https://github.com/profesorfalken/jSensors/pull/23

This is fixed in https://github.com/profesorfalken/jSensors/pull/23 If you use `JSensors.get.components();` it will still be slow, however if you do `SensorsManager manager = SensorsLocator.get.getManager(EMPTY_MAP);` and then reuse the instance like so `Components...