Pacote: golang-github-saracen-walker-dev (0.1.2-1)
Links para golang-github-saracen-walker-dev
Recursos de Debian:
- Relatórios de bug
- Informação de desenvolvedor(a)
- Debian Changelog
- Arquivo de copyright
- Rastreador de patch Debian
Baixe o pacote-fonte golang-github-saracen-walker:
- [golang-github-saracen-walker_0.1.2-1.dsc]
- [golang-github-saracen-walker_0.1.2.orig.tar.gz]
- [golang-github-saracen-walker_0.1.2-1.debian.tar.xz]
Mantenedores(as):
Fontes externas:
- Pagina principal [github.com]
Pacotes similares:
walker is a faster, parallel version, of filepath.Walk
This library and filepath.Walk both perform os.Lstat calls and provide a full os.FileInfo structure to the callback. BenchmarkFastwalkWalkLstat and BenchmarkGodirwalkWalkLstat include this stat call for better comparison with BenchmarkFilepathWalk and BenchmarkWalkerWalk.
This library and fastwalk both require the callback to be safe for concurrent use. BenchmarkFilepathWalkAppend, BenchmarkWalkerWalkAppend, BenchmarkFastwalkWalkAppend and BenchmarkGodirwalkWalkAppend append the paths found to a string slice. The callback, for the libraries that require it, use a mutex, for better comparison with the libraries that require no locking.
This library will not always be the best/fastest option. In general, if you're on Windows, or performing lstat calls, it does a pretty decent job. If you're not, I've found fastwalk to perform better on machines with fewer cores.
Outros pacotes relacionados a golang-github-saracen-walker-dev
|
|
|
|
-
- dep: golang-golang-x-sync-dev
- Supplemental Go synchronization libraries
Download de golang-github-saracen-walker-dev
Arquitetura | Tamanho do pacote | Tamanho instalado | Arquivos |
---|---|---|---|
all | 10.9 kB | 56.0 kB | [lista de arquivos] |