-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Label
Projects
Milestones
Assignee
Sort
Issues list
Support Data structures holding multiple items, e.g. sets
iteration
Involves iteration or the iteration protocol
sorting
Put things in order
sort(keys(::Dict))
and sort(values(::Dict))
collections
#56978
opened Jan 6, 2025 by
LilithHafner
Loading…
sortslices
on a boolean SparseMatrixCSC
is extremely slow on 1.11.1
performance
#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…
Should sorting functions work on Put things in order
AbstractVector
s with dims=1
?
sorting
#55373
opened Aug 4, 2024 by
LilithHafner
sortperm
errors with length of vector less than 4 and if dims=1
.
bug
#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 Put things in order
scratch
kwarg
sorting
#53113
opened Jan 30, 2024 by
palday
Use shared pre-computation for Must go faster
sorting
Put things in order
by
and perm
orderings.
performance
#52033
opened Nov 5, 2023 by
LilithHafner
Loading…
Sorting custom Indicates an unexpected problem or unintended behavior
performance
Must go faster
sorting
Put things in order
AbstractArray
has type instability
bug
#49394
opened Apr 17, 2023 by
LilithHafner
lexicographic order for [a, r, r, a, y, s]
equality
Issues relating to equality relations: ==, ===, isequal
sorting
Put things in order
AbstractVector
is inconsistent
arrays
#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 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
BigFloat
s could be faster?
bignums
#48041
opened Dec 29, 2022 by
LilithHafner
sortperm
on small inputs is slower on 1.9 than 1.8
performance
#47811
opened Dec 6, 2022 by
LilithHafner
Speed up permsort by utilizing stability of the default sorting algorithm
performance
Must go faster
sorting
Put things in order
sort!
and sort
should take by
as a first argument
sorting
#44633
opened Mar 16, 2022 by
ParadaCarleton
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…
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.