{"id":49204549,"url":"https://github.com/qualcomm/iodme","last_synced_at":"2026-04-23T17:04:39.142Z","repository":{"id":47047728,"uuid":"371505644","full_name":"qualcomm/iodme","owner":"qualcomm","description":"IODME (IO Data Mover Engine) is a library, and some tools, for optimizing typical IO operations that involve copying / moving data between memory and file descriptors.","archived":false,"fork":false,"pushed_at":"2026-03-09T20:04:40.000Z","size":30,"stargazers_count":8,"open_issues_count":1,"forks_count":4,"subscribers_count":3,"default_branch":"master","last_synced_at":"2026-04-21T12:53:32.274Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/qualcomm.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE-OF-CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-05-27T21:14:07.000Z","updated_at":"2026-03-24T05:53:43.000Z","dependencies_parsed_at":"2022-08-28T08:20:24.534Z","dependency_job_id":null,"html_url":"https://github.com/qualcomm/iodme","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/qualcomm/iodme","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qualcomm%2Fiodme","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qualcomm%2Fiodme/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qualcomm%2Fiodme/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qualcomm%2Fiodme/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/qualcomm","download_url":"https://codeload.github.com/qualcomm/iodme/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qualcomm%2Fiodme/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32189670,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-23T15:28:30.493Z","status":"ssl_error","status_checked_at":"2026-04-23T15:28:29.972Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2026-04-23T17:04:39.063Z","updated_at":"2026-04-23T17:04:39.133Z","avatar_url":"https://github.com/qualcomm.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Overview\n\nIODME (IO Data Mover Engine) is a library, and some tools, for optimizing \ntypical IO operations that involve copying / moving data between memory\nand file descriptors.\nIt provides various building blocks for data pipelining using hugepages, \nvmsplice, splice, and sendfile mechanisms. \n\n## Build dependencies\n\nIODME requires the following components to build\n* CMake (3.12 or later)\n* Compiler with C++14 support\n* HOGL logging library (2.0 or later)\n* Boost libary (1.59.0 or later) \n\nCMakeList includes necessary checks for all requirements.\n\nCMake 3.12 introduced CMP0074 which is used for finding packages (e.g. HOGL)\n\n## Build procedure\n\nInstall dependencies and run\n```\ncmake -DCMAKE_CXX_FLAGS=\"-O3 -Wall -g -std=c++14\"\ncmake\n```\n\n## Usage examples\n\n### Generator and sink tests\n\nThis tool / test implements streaming of large data frames over the TCP\nconnection, and storing them into files using various IO optimization \ntechniques. \n\nTo run data sink process\n```\nsudo ./src/iodme-sink --log-mask '.*WRITER.*:DEBUG' --output-dir /disk/speed-test -C 10 -W 4 --splice --directio --hugepages\n```\n\nRun _iodme-sink --help_ to see the documentation for all options.\n\nTo run data generators\n```\nsudo ./src/run-data-gen-test 2 localhost 30\n```\n\nRun _iodme-generator --help_ to see the documentation for all options.\nThe script above is just a wrapper that starts multiple data generators.\n\n## License\n\nSPDX-License-Identifier: BSD-3-Clause\n\nSee [LICENSE](LICENSE) for the full license text.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqualcomm%2Fiodme","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqualcomm%2Fiodme","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqualcomm%2Fiodme/lists"}