Michal Harakal
12/28/2020, 3:53 PMPavel Gorgulov
12/29/2020, 12:15 PMdefault
module includes native and jvm implementation. And for example, jvm has some methods that aren't in native and vice versa.
• Problems with native code - native code is more demanding on the user's device and environment than jvm.
• It's easy to experiment by changing the implementation. And users can develope implementation they need themselves, while API will be uniform for everyone.altavir
12/29/2020, 12:57 PM