Skip navigation links

Package freenet.support.CPUInformation

CPUID implementation, borrowed from freenet, updated and heavily modified.

See: Description

Package freenet.support.CPUInformation Description

CPUID implementation, borrowed from freenet, updated and heavily modified.

This package provides CPU detection and identification capabilities using the CPUID instruction, allowing I2P to:

The information gathered is used to optimize I2P's performance by selecting the most appropriate algorithms and threading strategies for the detected hardware. This is particularly important for cryptographic operations where hardware acceleration can provide significant performance improvements.

Warning: Not recommended for external use, not maintained as a public API. The implementation may change between I2P versions without notice.

Skip navigation links