You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Viktor 2.0.0 relies fully on Java Vector API and requires at least Java 21.
Supports Vector API acceleration on all Java compatible platforms.
--add-modules jdk.incubator.vector is required since the API is still in incubator.
Viktor 1.2.0 supports Java 8, and relies on the boost.simd for SIMD acceleration.
SSE2 and AVX,
amd64 / x86-64,
Linux, Windows and MacOS.
Versions older than 1.1.0 can be downloaded from GitHub Releases.
Should you have any problems feel free to file an issue to the
bug tracker.
Logging
viktor uses slf4j logging API to provide error messages.
To see them, you have to add a slf4j implementation (also called a binding)
to your project. For example, add the following Gradle dependency to use log4j:
Publishing to Maven Central is currently done via a dedicated
build configuration of an internal TeamCity server. This allows us
to deploy a cross-platform version.
Documentation
Visit viktor Documentation for an extensive feature overview,
instructive code examples and benchmarking data.