Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akyoto/directory
:open_file_folder: Fast directory traversal.
https://github.com/akyoto/directory
Last synced: about 23 hours ago
JSON representation
:open_file_folder: Fast directory traversal.
- Host: GitHub
- URL: https://github.com/akyoto/directory
- Owner: akyoto
- License: other
- Created: 2019-12-12T02:00:56.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-12T02:27:18.000Z (almost 5 years ago)
- Last Synced: 2024-06-19T05:42:41.691Z (5 months ago)
- Language: Go
- Homepage:
- Size: 4.88 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# directory
[![Godoc][godoc-image]][godoc-url]
[![Report][report-image]][report-url]
[![Tests][tests-image]][tests-url]
[![Coverage][coverage-image]][coverage-url]
[![Sponsor][sponsor-image]][sponsor-url]If you only care about the file names inside a directory then `directory.Walk` will be multiple times faster than the standard library.
## Features
* 0 dependencies
* 70 lines of code
* Extremely fast## Style
Please take a look at the [style guidelines](https://github.com/akyoto/quality/blob/master/STYLE.md) if you'd like to make a pull request.
## Sponsors
| [![Cedric Fung](https://avatars3.githubusercontent.com/u/2269238?s=70&v=4)](https://github.com/cedricfung) | [![Scott Rayapoullé](https://avatars3.githubusercontent.com/u/11772084?s=70&v=4)](https://github.com/soulcramer) | [![Eduard Urbach](https://avatars3.githubusercontent.com/u/438936?s=70&v=4)](https://eduardurbach.com) |
| --- | --- | --- |
| [Cedric Fung](https://github.com/cedricfung) | [Scott Rayapoullé](https://github.com/soulcramer) | [Eduard Urbach](https://eduardurbach.com) |Want to see [your own name here?](https://github.com/users/akyoto/sponsorship)
[godoc-image]: https://godoc.org/github.com/akyoto/directory?status.svg
[godoc-url]: https://godoc.org/github.com/akyoto/directory
[report-image]: https://goreportcard.com/badge/github.com/akyoto/directory
[report-url]: https://goreportcard.com/report/github.com/akyoto/directory
[tests-image]: https://cloud.drone.io/api/badges/akyoto/directory/status.svg
[tests-url]: https://cloud.drone.io/akyoto/directory
[coverage-image]: https://codecov.io/gh/akyoto/directory/graph/badge.svg
[coverage-url]: https://codecov.io/gh/akyoto/directory
[sponsor-image]: https://img.shields.io/badge/github-donate-green.svg
[sponsor-url]: https://github.com/users/akyoto/sponsorship