File: lsd.sort.h

package info (click to toggle)
daligner 1.0%2Bgit20240119.335105d-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,036 kB
  • sloc: ansic: 22,303; makefile: 216; sh: 20
file content (8 lines) | stat: -rw-r--r-- 190 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
#ifndef LSD_SORT
#define LSD_SORT

void Set_LSD_Params(int nthread, int verbose);

void *LSD_Sort(long long len, void *src, void *trg, int rsize, int dsize, int *bytes);

#endif // LSD_SORT