{"id":13520392,"url":"https://github.com/Rustixir/diskfire","last_synced_at":"2025-03-31T16:31:28.603Z","repository":{"id":137980708,"uuid":"487892219","full_name":"Rustixir/diskfire","owner":"Rustixir","description":"NonBlocking,  Blazing fast disk based logger","archived":false,"fork":false,"pushed_at":"2022-05-02T15:33:42.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-08-02T05:23:19.708Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Rustixir.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2022-05-02T15:16:28.000Z","updated_at":"2022-05-02T15:22:04.000Z","dependencies_parsed_at":"2024-02-23T01:22:55.581Z","dependency_job_id":"534a09c1-76e6-456c-a7d2-ac80bc07e5b8","html_url":"https://github.com/Rustixir/diskfire","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rustixir%2Fdiskfire","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rustixir%2Fdiskfire/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rustixir%2Fdiskfire/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rustixir%2Fdiskfire/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Rustixir","download_url":"https://codeload.github.com/Rustixir/diskfire/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":222670691,"owners_count":17020513,"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-08-01T05:02:19.166Z","updated_at":"2024-11-02T03:31:27.989Z","avatar_url":"https://github.com/Rustixir.png","language":"Rust","funding_links":[],"categories":["Rust"],"sub_categories":[],"readme":"# diskfire\nNonBlocking,  Blazing fast disk based logger\n\n\n# Example \n\n```rust\n\nfn main() {\n    \n    let path  = \"loger\";\n    let buffer_size = 10_000;\n\n    // Run\n    let (jh, sender)  = FastLog::run(buffer_size, path);\n\n\n    // NonBlcoknig Log\n    let _ = sender.send(b\"Record ....\".to_vec());\n\n\n    // copy\n    let sender2 = sender.clone();\n\n\n    // NonBlocking send from another thread\n    std::thread::spawn(move || {\n        let _ = sender2.send(b\"Record ....\".to_vec());\n    });\n\n\n    let _ = jh.join();\n\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FRustixir%2Fdiskfire","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FRustixir%2Fdiskfire","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FRustixir%2Fdiskfire/lists"}