proxy.golang.org : github.com/mroth/xsort
Package xsort contains manually inlined versions of the "search wrappers" in the standard sort library. In the standard library, these are convenience wrappers around the generic `sort.Search()` function, which takes a function parameter to determine truthfulness. However, since this function is utilized within a for loop, it cannot currently be inlined by the Go compiler, resulting in non-trivial performance overhead.
Registry
-
Source
- Documentation
- JSON
purl: pkg:golang/github.com/mroth/xsort
Keywords:
go
, golang
, performance
, sorting
License: MIT
Latest release: about 2 years ago
First release: about 3 years ago
Namespace: github.com/mroth
Stars: 0 on GitHub
Forks: 0 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 16 days ago