{"id":31925180,"url":"https://github.com/jurshsmith/data-fuel","last_synced_at":"2025-10-14T00:47:19.937Z","repository":{"id":237346094,"uuid":"794302826","full_name":"Jurshsmith/data-fuel","owner":"Jurshsmith","description":"Houses a blockchain syncing engine \u0026 implementations of the LinkedList data-structure","archived":false,"fork":false,"pushed_at":"2024-05-06T09:16:28.000Z","size":62,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-05-06T10:27:39.067Z","etag":null,"topics":["data-structures","linked-list","rust","sync","sync-engine"],"latest_commit_sha":null,"homepage":"","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/Jurshsmith.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,"publiccode":null,"codemeta":null}},"created_at":"2024-04-30T21:19:02.000Z","updated_at":"2024-05-06T10:27:39.276Z","dependencies_parsed_at":"2024-05-05T09:30:15.713Z","dependency_job_id":null,"html_url":"https://github.com/Jurshsmith/data-fuel","commit_stats":null,"previous_names":["jurshsmith/data-fuel"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Jurshsmith/data-fuel","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jurshsmith%2Fdata-fuel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jurshsmith%2Fdata-fuel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jurshsmith%2Fdata-fuel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jurshsmith%2Fdata-fuel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Jurshsmith","download_url":"https://codeload.github.com/Jurshsmith/data-fuel/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jurshsmith%2Fdata-fuel/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279017361,"owners_count":26086052,"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","status":"online","status_checked_at":"2025-10-13T02:00:06.723Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["data-structures","linked-list","rust","sync","sync-engine"],"created_at":"2025-10-14T00:47:18.535Z","updated_at":"2025-10-14T00:47:19.930Z","avatar_url":"https://github.com/Jurshsmith.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Data Fuel\n\nHouses a blockchain syncing engine \u0026 implementations of the LinkedList data-structure\n\n## Sync Engine\n\nA Tokio-powered syncing engine designed to parallel-fetch blockchain data from rate-limited distributed services with the most performance possible. To view its high-level architecture analysis, please see `README.md` in its directory [here](https://github.com/Jurshsmith/data-fuel/blob/main/sync-engine/README.md).\n\n### Running\n\nTo run playgorund, run:\n\n```sh\n  cargo run -p sync-engine\n```\n\nN/B: Runs a long-running and computationally intensive process. To remove synchronous work simulation, comment out this line: [SyncEngine:L58](https://github.com/Jurshsmith/data-fuel/blob/d3f8fb736e63437cba8f2b5fc1b727b3ec278aff/sync-engine/src/lib.rs#L58)\n\nFor tests, run:\n\n```sh\n  cargo test -p sync-engine\n```\n\n## Linked Lists\n\nImplementations of the `SinglyLinkedList` and `DoublyLinkedList` using `unsafe` Rust. `data-fuel-benches` contains benchmarks to compare both structures. Please view its directory's `README.md` [here](https://github.com/Jurshsmith/data-fuel/blob/main/linked-lists/README.md) for some analysis on their performances.\n\n### Running\n\nTo run benchmarks, run:\n\n```sh\n  cargo bench -p data-fuel-benches\n```\n\nEqually, to run tests, run:\n\n```sh\n  cargo test -p linked-lists\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjurshsmith%2Fdata-fuel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjurshsmith%2Fdata-fuel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjurshsmith%2Fdata-fuel/lists"}