multithread_radix_sort

command module
v0.0.0-...-e9f838b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 20, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

README

multithread_radix_sort

A set of golang programs to play with the idea of using multithreading to create a fast, low-memory radix sort

I'm just having fun. I answered an interview question over seven years ago and I recently made a tiktok about it. I was asked "what is the most efficient sort algorithm"? I asked what were the constraints and the interviewer(s) said: very constrained memory, huge data set, sorting numbers (I think they said 10 digits but for the sake of this test, I went with six digit numbers). I said the radix sort, which they'd never heard of. Needless to say, the interview didn't go well. I thought I'd play with a radix sort, using minimum memory, for a various sizes of data sets, to see if I was correct in practice.

-- Nick

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL