Luis Filipe Nassif
Luis Filipe Nassif
Embedded manifest zipped below: [MANIFEST.zip](https://github.com/ninia/jep/files/6368212/MANIFEST.zip)
@bsteffensmeier thank you for the answer, will try to debug when some time is available and report back here.
@bsteffensmeier sorry for late reply, just had time to debug it. The issue is in this line https://github.com/ninia/jep/blob/dev_3.9/src/main/java/jep/ClassList.java#L120 `file.getParent()` is returning null because file is not absolute. Adding a simple...
I agree, like many others in the long queue... If you could help implementing this, your contribution would be welcomed.
@aberenguel I wonder if you are also being affected by this with your huge 44M items case.
> Then sorting the items of a category with 19 items by name took ~7s. This used to run almost instantly before the Lucene upgrade refactoring, I think it could...
> Then sorting the items of a category with 19 items by name took ~7s. This is just for the first time sorting on that column right? Second sorting right...
Ok, so we should decide if current behavior is better (keeping sort data cached for all items even if sorting a few items, wastes more memory and is slower for...
> Sorting all items (44M) by name, with no filters applied, took ~38s. I wasn't ok with sorting on large cases since a long ago and after the Lucene upgrade...
> Loading original uninverted int[] array from Lucene takes just ~700ms additionally This is original case array with 2M entries (in your case should have taken