mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-04-05 23:36:12 +00:00
Experimental Speedy things with New java
This commit is contained in:
@@ -37,7 +37,7 @@ import lombok.experimental.Accessors;
|
||||
@Desc("Scale objects")
|
||||
@Data
|
||||
public class IrisObjectScale {
|
||||
private static transient ConcurrentLinkedHashMap<IrisObject, KList<IrisObject>> cache
|
||||
private static ConcurrentLinkedHashMap<IrisObject, KList<IrisObject>> cache
|
||||
= new ConcurrentLinkedHashMap.Builder<IrisObject, KList<IrisObject>>()
|
||||
.initialCapacity(64)
|
||||
.maximumWeightedCapacity(1024)
|
||||
|
||||
@@ -13,7 +13,7 @@ public enum IrisMatterPlacementLocation {
|
||||
|
||||
private final Function3<IrisEngine, Integer, Integer, Integer> computer;
|
||||
|
||||
private IrisMatterPlacementLocation(Function3<IrisEngine, Integer, Integer, Integer> computer) {
|
||||
IrisMatterPlacementLocation(Function3<IrisEngine, Integer, Integer, Integer> computer) {
|
||||
this.computer = computer;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user