| Interface | Description |
|---|---|
| IResourceTuple |
An IResourceTuple a PUNCHLANG
Tuple that expose the Tuple.get(String) method
but internally contains an optimised implementation to accommodate for very large resources. |
| Class | Description |
|---|---|
| ByteBufTuple |
This is the most efficient implementation.
|
| LazyInPlaceTuple |
This variant uses internally two lazy tuples to
avoid storing twice the loaded values: the current one and the newly loaded one.
|
| LazyTuple |
This
IResourceTuple efficiently encode the value and defer their
transformation in a real tuple only if there is a match. |
| PlainTuple |
This is a plain tuple offering an IResource interface.
|
Copyright © 2022. All rights reserved.