{"id":22911978,"url":"https://github.com/opencoff/go-fio","last_synced_at":"2025-06-20T02:37:09.171Z","repository":{"id":257988440,"uuid":"872546332","full_name":"opencoff/go-fio","owner":"opencoff","description":"optimized file I/O routines - including reflink based copies/clones","archived":false,"fork":false,"pushed_at":"2025-04-23T20:56:40.000Z","size":262,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-23T21:36:05.425Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/opencoff.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-10-14T16:13:26.000Z","updated_at":"2025-04-23T20:56:43.000Z","dependencies_parsed_at":"2024-11-10T23:24:59.042Z","dependency_job_id":"6005a291-001f-47b5-a124-e5444c599282","html_url":"https://github.com/opencoff/go-fio","commit_stats":null,"previous_names":["opencoff/go-fio"],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/opencoff/go-fio","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opencoff%2Fgo-fio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opencoff%2Fgo-fio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opencoff%2Fgo-fio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opencoff%2Fgo-fio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/opencoff","download_url":"https://codeload.github.com/opencoff/go-fio/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opencoff%2Fgo-fio/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260867663,"owners_count":23074913,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-14T04:19:28.330Z","updated_at":"2025-06-20T02:37:04.139Z","avatar_url":"https://github.com/opencoff.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# go-fio - optimized file I/O routines\n\n## Description\nThis is a collection of cross platform file I/O and File system functions. These use\nconcurrency to speed up the underlying functions.\n\n- `fio.Info`: a serializable version of Stat/Lstat that uses OS specific functions\n- Utilities to copy a file or dir along with all its metadata (including XATTR)\n  The file copy functions will use the best underlying primitive like reflink(2);\n  and fallback to using mmap based copy.\n- `Safefile`: a wrapper over `os.OpenFile` that atomically commits the writes. This\n  uses a temporary file for all the I/O and calling `Close()` atomically renames\n  the temporary file to the intended file.\n\n\n### Subpackages\n- `cmp`: compares two directory trees and returns their differences\n- `clone`: clones a source directory tree to a destination - skipping over identical\n  files.\n- `walk`: A concurrent directory tree traversal library\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopencoff%2Fgo-fio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopencoff%2Fgo-fio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopencoff%2Fgo-fio/lists"}