pre-processor memory squeezing (dense map)
This commit is contained in:
parent
bd5dfb0b2e
commit
4933d91a82
6 changed files with 142 additions and 64 deletions
|
|
@ -20,7 +20,7 @@ public class TinyDenseLongMap extends DenseLongMap
|
|||
|
||||
public TinyDenseLongMap()
|
||||
{
|
||||
super(1);
|
||||
super();
|
||||
|
||||
// pointer array
|
||||
pa = new int[MAXLISTS];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue