sp-1234
sp-1234
It it not available on Android, and for some classes (IntIntMap in particular) koloboke-compile uses Unsafe, thereby producing non-compiling code.
Consider the following simple example: ``` def calc_squares_sum(ch: bytearray, size: int): a = numpy.frombuffer(ch, dtype='uint8', count=size) a = a.astype(numpy.int64, copy=False) # Apparently it does copy anyway, when the type is...
Сейчас используются настройки eclipse по-умолчанию? Есть желание сделать парочку пулл-реквестов, но отсутствие возможности подогнать стиль под текущий (без помощи eclipse) — это отстойно. Если настройки экспортировать в XML, то в...
I didn't see any mention in README so I decided to ask, if it would be possible in some future, before I start rolling my own [NIH](https://en.wikipedia.org/wiki/Not_invented_here) player 😄