Go Sorting

Open-source Go projects categorized as Sorting

Top 6 Go Sorting Projects

  1. Go

    Algorithms and Data Structures implemented in Go for beginners, following best practices. (by TheAlgorithms)

    Project mention: Go Algorithms and Data Structures: Best Practices for Beginners | news.ycombinator.com | 2024-08-13

    Please, beginners, do not take "Best practices" too seriously. For example:

    https://github.com/TheAlgorithms/Go/blob/master/strings/pali...

    Can you tell how many extra memory allocations we are making to solve this problem? And how many are really needed? We could solve this with a for loop by directly comparing the characters and skipping non-alphabetical ones. This would be simpler to read and more efficient.

    We should be careful with what we call "best practices for beginners", as they can sometimes lead to unnecessary complexity and inefficiency.

  2. 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
  3. switchboard

    Automated file organisation and routing for all your machines. :open_file_folder: (by Cian911)

    Project mention: Llama-fs: A self-organizing file system with llama 3 | news.ycombinator.com | 2024-05-26

    I created something very similar, and much simpler, to this in Go not too long ago (without Llama) called Switchboard.

    it's not "self organising" in this sense, but it's an easy way (imo) to organise files across your desktop.

    https://github.com/Cian911/switchboard/

  4. functional-go

    This library is inspired by functional programming - Clojure

  5. sorty

    :zap: Fast Concurrent / Parallel Sorting in Go

  6. lexicographic-sort

    Generate new string between two given strings for lexicographic sort

  7. sort

    A sorting library in Go (by iqquee)

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Go Sorting discussion

Log in or Post with

Go Sorting related posts

  • Go Algorithms and Data Structures: Best Practices for Beginners

    2 projects | news.ycombinator.com | 13 Aug 2024
  • Please, check my stack implementation

    2 projects | /r/golang | 2 Sep 2022
  • lexicographic sort for golang

    1 project | /r/golang | 21 Mar 2022
  • Algorithms Implemented in Go (For Education)

    1 project | news.ycombinator.com | 2 Feb 2022
  • Algorithms implemented in Go (for education)

    1 project | /r/programming | 2 Feb 2022
  • I made a Lexicographic-Sort repo for Go

    1 project | /r/golang | 4 Jul 2021
  • Show HN: I made a repo for Lexicographic-Sort in Go

    1 project | news.ycombinator.com | 3 Jul 2021
  • A note from our sponsor - CodeRabbit
    coderabbit.ai | 10 Feb 2025
    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. Learn more →

Index

What are some of the best open-source Sorting projects in Go? This list will help you:

# Project Stars
1 Go 16,550
2 switchboard 205
3 functional-go 181
4 sorty 134
5 lexicographic-sort 5
6 sort 1

Sponsored
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

Did you know that Go is
the 4th most popular programming language
based on number of references?