Gaming32 / ArrayV

New home of https://github.com/MusicTheorist/ArrayVisualizer
MIT License
305 stars 47 forks source link

Faster Highlights #39

Closed EmeraldBlock closed 3 years ago

EmeraldBlock commented 3 years ago

counting array blah blah blah

From some testing, this works fine on non-parallel sorts, but it fails miserably on parallel bitonic. I will see if I can identify the problem Soon tm.

EDIT: I fixed this using the synchronized keyword; it seems to work fine, but I have like no experience with multithreading lol

also pls no extraneous merge commit