mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2024-11-28 03:23:59 -06:00
typos
This commit is contained in:
parent
ac78ea5667
commit
6d10f0c177
@ -65,7 +65,7 @@ import java.util.function.LongFunction;
|
||||
///
|
||||
/// or in another way, simply `opExecution(opFunction(cycle))`.
|
||||
///
|
||||
/// This is a simplified view of the detailed steps, most of which are handled automatically by the nosqlbench engine:
|
||||
/// This is a simplified view of the detailed steps, many of which are handled automatically by the nosqlbench engine:
|
||||
///
|
||||
/// ```
|
||||
/// cycle value
|
||||
@ -78,7 +78,7 @@ import java.util.function.LongFunction;
|
||||
/// -> op execution
|
||||
///```
|
||||
///
|
||||
/// Notice that all of the stages are optimized via a form of memoization. This is a side-effect of forcing the
|
||||
/// Notice that some stages are optimized via a form of memoization. This is a side-effect of forcing the
|
||||
/// initialization of the op construction pipelines into lamda form, where unchanging initialization data is captured
|
||||
/// explicitly or by reference in closures. This works in our favor for performance, since these lambdas are
|
||||
/// optimized and executed very efficiently within modern Java VMs.
|
||||
|
Loading…
Reference in New Issue
Block a user