flat assembler
Message board for the users of flat assembler.
![]() |
Author |
|
kohlrak
No more giving back...
Last edited by kohlrak on 07 Aug 2008, 14:33; edited 1 time in total |
|||
![]() |
|
r22
For unsigned INTs radix sort is the best.
http://board.flatassembler.net/topic.php?t=5081&postdays=0&postorder=asc&start=20 The linked thread has the code I put together, I think it's still the fastest implementation available. |
|||
![]() |
|
Raedwulf
For unsigned ints - and in-place sorting, heap sort with some tweaks can make it very fast. Faster than Quicksort up to a certain limit.
_________________ Raedwulf |
|||
![]() |
|
kohlrak
No more giving back...
Last edited by kohlrak on 07 Aug 2008, 14:33; edited 1 time in total |
|||
![]() |
|
f0dder
Random number generator?
Just read /dev/random or /dev/urandom , depending on how random you want it ![]() |
|||
![]() |
|
kohlrak
No more giving back...
Last edited by kohlrak on 07 Aug 2008, 14:33; edited 1 time in total |
|||
![]() |
|
wildtollwut
Super scalar sample sort should be pretty fast
![]() see for example http://rw4.cs.uni-sb.de/~sewi/ssss.pdf |
|||
![]() |
|
kohlrak
No more giving back...
Last edited by kohlrak on 07 Aug 2008, 14:32; edited 1 time in total |
|||
![]() |
|
gunblade
If you are trying to load a shared library in linux, then im afraid its linker, or ugly hack (although the ugly hack will probably simply be emulating the actions of a linker in one way or another).
If you want to keep the binaries pure, dont use external shared libraries (usually written in C anyway), and simply use Format ELF Executable. |
|||
![]() |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2020, Tomasz Grysztar. Also on GitHub, YouTube, Twitter.
Website powered by rwasa.