FreeBSD replaces bubblesort with mergesort on SYSINTs, results in 100x speed

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • icu

    The home of the ICU project source code.

  • CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  • awesome-unikernels

    :zap: Curated list of unikernel resources (by uniqernel)

    > could even be possible to compile executables that bypass the need for a kernel, just have some libraries with the required stuff, and boot to the program

    Or consider: https://github.com/uniqernel/awesome-unikernels

  • freebsd-src

    The FreeBSD src tree publish-only repository. Experimenting with 'simple' pull requests....

  • quicksort-blog-post

    the vast majority of computers still aren't superscalar, much less ooo; for every i7 there are 100 cortex-m0+s, which don't even have caches. gpus aren't superscalar or ooo either, just heavily multithreaded, simt, and simd

    it seems like there are cases on modern high-performance hardware where insertion sort is not better than bubble sort (cf. https://blog.reverberate.org/2020/05/29/hoares-rebuttal-bubb...) which is very surprising to me

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Debian opens a can of username worms

    4 projects | news.ycombinator.com | 6 Dec 2024
  • 排序(collation)探究

    4 projects | dev.to | 3 Jun 2024
  • Get wide characters one by one from a char * string

    1 project | /r/C_Programming | 3 Jul 2023
  • Fatal error when I'm trying to build SQLite for Android with ICU enabled

    2 projects | /r/sqlite | 22 Jun 2023
  • Should golang create a money library on the exp package?

    2 projects | /r/golang | 25 May 2023

Did you konow that C++ is
the 7th most popular programming language
based on number of metions?