| Package | Description |
|---|---|
| cc.kave.repackaged.jayes.factor.opcache |
| Modifier and Type | Class and Description |
|---|---|
class |
DivisionCache
This class is to be used when divisions are a performance-critical part of the code, and the sequence of divisions is
such that many subsequent divisions will have the same result (using the same divisor).
|
class |
ModuloCache
This class is to be used when modulo operations are performance critical, and appear in sequence such that many
subsequent values would result in the same value, if divided by the divisor.
|
Copyright © 2018. All rights reserved.