-
I was trying to sort a 10 million element IntArrayList with a custom IntComparator - can it be that the sort method sortThis may be recursively implemented or something as I get a stack overflow?!
…
-
I stumbled across a case where the library failed to sort an array
[Here](https://gist.github.com/stropitek/a171cafda73379e7ea5be86c8a4e741a) is a test case to reproduce. I wasn't able to make it m…
-
Perhaps a concurrency issue?
04-12 21:56:53.955 12234-12234/edu.fsu.cs.mobile.mobileprogrammingproject E/AndroidRuntime: FATAL EXCEPTION: main
Process: edu.fsu.cs.mobile.mobileprogrammingproje…
-
Imported from JIRA [DS-4471] created by haoueclf
If a user try to display an Item containing multiples bitstreams which have same mimetype and size only a blank size is shown. However the following wa…
-
### Name:
```TimSort Algorithm```
### About:
I would like to add an sorting Algorithm name TimSort. The algorithm is written in c language.
---
### Labels:
```new algorithm, g…
-
When importing this class:
```
import scala.jdk.CollectionConverters
```
whose documentation is here:
https://www.scala-lang.org/api/2.13.3/scala/jdk/CollectionConverters$.html
the following h…
-
java.lang.IllegalArgumentException: Comparison method violates its general contract!
at java.util.TimSort.mergeHi(TimSort.java:899) ~[?:1.8.0_221]
at java.util.TimSort.mergeAt(TimSort.java:516) ~[…
-
错误信息:
java.lang.IllegalArgumentException: Comparison method violates its general contract!
at java.util.…
-
# Suggestion
Since the sort of an array refers to a reference, the original array changes. Usually, functional programming treats an array in an immutable way.
The sort function of fxts does…
-
**Describe GraalVM and your environment :**
- graalvm-jdk-21.0.4+8.1, OpenJDK-21
- CE
- JDK 21
- OS and OS Version: Windows 10
- Architecture: intel 64
- The output of `java -Xinternalvers…