Skip to content

Issues: JuliaLang/julia

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
Sort

Issues list

Support sort(keys(::Dict)) and sort(values(::Dict)) collections Data structures holding multiple items, e.g. sets iteration Involves iteration or the iteration protocol sorting Put things in order
#56978 opened Jan 6, 2025 by LilithHafner Loading…
sortslices on a boolean SparseMatrixCSC is extremely slow on 1.11.1 performance Must go faster regression 1.11 Regression in the 1.11 release sorting Put things in order sparse Sparse arrays
#56343 opened Oct 26, 2024 by JaredSchwartz
add Order.rev() for reverse sorting feature Indicates new feature / enhancement requests needs docs Documentation for this change is required needs news A NEWS entry is required for this change needs tests Unit tests are required for this change sorting Put things in order
#55891 opened Sep 26, 2024 by aplavin Loading…
sortperm errors with length of vector less than 4 and if dims=1. bug Indicates an unexpected problem or unintended behavior sorting Put things in order
#55370 opened Aug 4, 2024 by roflmaostc
add docstring for small threshold docs This change adds or pertains to documentation sorting Put things in order
#54602 opened May 28, 2024 by DanielFrantes Loading…
Missing documentation: sortperm! is not truly non-allocating unless scratchspace is provided docs This change adds or pertains to documentation sorting Put things in order
#53834 opened Mar 24, 2024 by AhmedSalih3d
Parts of sorting broken due to scratch kwarg sorting Put things in order
#53113 opened Jan 30, 2024 by palday
Use shared pre-computation for by and perm orderings. performance Must go faster sorting Put things in order
#52033 opened Nov 5, 2023 by LilithHafner Loading…
Sorting custom AbstractArray has type instability bug Indicates an unexpected problem or unintended behavior performance Must go faster sorting Put things in order
#49394 opened Apr 17, 2023 by LilithHafner
lexicographic order for AbstractVector is inconsistent arrays [a, r, r, a, y, s] equality Issues relating to equality relations: ==, ===, isequal sorting Put things in order
#48916 opened Mar 6, 2023 by matthias314
Core.Compiler.sort! is sometimes faster than Base.sort! performance Must go faster sorting Put things in order
#48086 opened Jan 2, 2023 by LilithHafner
Maybe sorting BigFloats could be faster? bignums BigInt and BigFloat performance Must go faster potential benchmark Could make a good benchmark in BaseBenchmarks regression Regression in behavior compared to a previous version sorting Put things in order
#48041 opened Dec 29, 2022 by LilithHafner
sortperm on small inputs is slower on 1.9 than 1.8 performance Must go faster regression Regression in behavior compared to a previous version sorting Put things in order
#47811 opened Dec 6, 2022 by LilithHafner
sort! and sort should take by as a first argument sorting Put things in order
#44633 opened Mar 16, 2022 by ParadaCarleton
sort for generators sorting Put things in order
#38328 opened Nov 6, 2020 by simonschoelly
Can isless be defined for everything? feature Indicates new feature / enhancement requests sorting Put things in order
#34815 opened Feb 19, 2020 by tkf
added sortperm(v, alg;....) signature sorting Put things in order status: waiting for PR reviewer PR is complete and seems ready to merge. Has tests and news/compat if needed. CI failures unrelated.
#24772 opened Nov 25, 2017 by xiaodaigh Loading…
sortandperm sorting Put things in order
#24770 opened Nov 25, 2017 by xiaodaigh
sort! docstring does not document order argument docs This change adds or pertains to documentation good first issue Indicates a good issue for first-time contributors to Julia sorting Put things in order
#22382 opened Jun 15, 2017 by nalimilan
searchsorted improvements (ordered vector type) sorting Put things in order
#8206 opened Sep 1, 2014 by StephenVavasis
sortperm has poor performance performance Must go faster sorting Put things in order
#939 opened Jun 17, 2012 by ViralBShah
ProTip! Type g p on any issue or pull request to go back to the pull request listing page.