معرفی شرکت ها


golang-github-saracen-walker-dev_0.1.2-1_all.deb


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

walker is a faster, parallel version, of filepath.Walk
ویژگی مقدار
سیستم عامل Linux
توزیع Ubuntu Jammy-22.04
مخزن Ubuntu universe all
نام بسته golang-github-saracen-walker-dev
نام فایل بسته golang-github-saracen-walker-dev_0.1.2-1_all.deb
نسخه بسته 0.1.2
انتشار بسته 1
معماری بسته all
نگهدارنده Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
تاریخ ساخت -
هاست سازنده -
نوع بسته .deb
آدرس صفحه اصلی https://github.com/saracen/walker
مجوز -
حجم دانلود 11212
حجم نصب 56
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.


نیازمندی

مقدار نام
- golang-golang-x-sync-dev


نحوه نصب


نصب پکیج deb golang-github-saracen-walker-dev:

    sudo apt-get install golang-github-saracen-walker-dev_0.1.2-1_all.deb


فایل ها

مسیرها
./usr/share/doc/golang-github-saracen-walker-dev/changelog.Debian.gz
./usr/share/doc/golang-github-saracen-walker-dev/copyright
./usr/share/gocode/src/github.com/saracen/walker/go.mod
./usr/share/gocode/src/github.com/saracen/walker/go.sum
./usr/share/gocode/src/github.com/saracen/walker/testdata/fastwalk/fastwalk.go
./usr/share/gocode/src/github.com/saracen/walker/testdata/fastwalk/fastwalk_dirent_fileno.go
./usr/share/gocode/src/github.com/saracen/walker/testdata/fastwalk/fastwalk_dirent_ino.go
./usr/share/gocode/src/github.com/saracen/walker/testdata/fastwalk/fastwalk_dirent_namlen_bsd.go
./usr/share/gocode/src/github.com/saracen/walker/testdata/fastwalk/fastwalk_dirent_namlen_linux.go
./usr/share/gocode/src/github.com/saracen/walker/testdata/fastwalk/fastwalk_portable.go
./usr/share/gocode/src/github.com/saracen/walker/testdata/fastwalk/fastwalk_test.go
./usr/share/gocode/src/github.com/saracen/walker/testdata/fastwalk/fastwalk_unix.go
./usr/share/gocode/src/github.com/saracen/walker/walker.go
./usr/share/gocode/src/github.com/saracen/walker/walker_option.go
./usr/share/gocode/src/github.com/saracen/walker/walker_portable.go
./usr/share/gocode/src/github.com/saracen/walker/walker_test.go
./usr/share/gocode/src/github.com/saracen/walker/walker_unix.go