https://github.com/JuliaLang/julia
Revision 2ab41059eff87625e7a6aaf1e08b75e700bc7b48 authored by Lilith Orion Hafner on 18 December 2023, 14:08:19 UTC, committed by GitHub on 18 December 2023, 14:08:19 UTC
The impact of this typo was a) massively decreased performance that was
b) predicted by heuristic dispatch, resulting in this algorithm not
being dispatched too. I introduced this typo in
187e8c2222878c68b2afc9295ab8dc61773bd7f2 after performing all the benchmarking and before merging.
1 parent b57f8d1
Raw File
Tip revision: 2ab41059eff87625e7a6aaf1e08b75e700bc7b48 authored by Lilith Orion Hafner on 18 December 2023, 14:08:19 UTC
Fix typo in heuristics of BracketedSort (#52494)
Tip revision: 2ab4105
CITATION.cff
cff-version: 1.2.0
message: "Cite this paper whenever you use Julia"
authors:
- family-names: "Bezanson"
  given-names: "Jeff"
- family-names: "Edelman"
  given-names: "Alan"
- family-names: "Karpinski"
  given-names: "Stefan"
- family-names: "Shah"
  given-names: "Viral B."
title: "Julia: A fresh approach to numerical computing"
version: "v1"
license: "MIT"
doi: "10.1137/141000671"
date-released: 2017-02-07
url: "https://julialang.org"
preferred-citation:
  authors:
    - family-names: "Bezanson"
      given-names: "Jeff"
    - family-names: "Edelman"
      given-names: "Alan"
    - family-names: "Karpinski"
      given-names: "Stefan"
    - family-names: "Shah"
      given-names: "Viral B."
  doi: "10.1137/141000671"
  journal: "SIAM Review"
  month: 9
  start: 65
  end: 98
  pages: 33
  title: "Julia: A fresh approach to numerical computing"
  type: article
  volume: 59
  issue: 1
  year: 2017
  publisher:
    name: "SIAM"
back to top