<viktor: Efficient Vectorized Computations in Kotl...
# announcements
u
viktor: Efficient Vectorized Computations in Kotlin Introducing viktor viktor is an open-source Kotlin library developed by JetBrains Research that aims to make array calculations more efficient. We achieve this by avoiding nested arrays, delegating expensive operations to JNI + SIMD, and providing built-in support for arithmetics on logarithmically-stored numbers. This post is in celebration of the 1.1.0 release. We will discuss […]
👍 3
k
any chance viktor would see some #C3SGXARS6 love?