{"id":24488186,"url":"https://github.com/codiepp/stream-cpp","last_synced_at":"2025-10-30T00:34:39.210Z","repository":{"id":117956319,"uuid":"227223092","full_name":"CodiePP/stream-cpp","owner":"CodiePP","description":"Streaming in C++","archived":false,"fork":false,"pushed_at":"2022-02-04T08:21:03.000Z","size":69,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-19T08:23:43.001Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CodiePP.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},"funding":{"github":"codiepp"}},"created_at":"2019-12-10T21:53:51.000Z","updated_at":"2022-02-04T08:21:06.000Z","dependencies_parsed_at":null,"dependency_job_id":"f53f2a92-a2e5-4380-8db6-add54319f5cf","html_url":"https://github.com/CodiePP/stream-cpp","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/CodiePP/stream-cpp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodiePP%2Fstream-cpp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodiePP%2Fstream-cpp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodiePP%2Fstream-cpp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodiePP%2Fstream-cpp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CodiePP","download_url":"https://codeload.github.com/CodiePP/stream-cpp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodiePP%2Fstream-cpp/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267155939,"owners_count":24044397,"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-07-26T02:00:08.937Z","response_time":62,"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":[],"created_at":"2025-01-21T16:18:47.899Z","updated_at":"2025-10-30T00:34:39.109Z","avatar_url":"https://github.com/CodiePP.png","language":"C++","funding_links":["https://github.com/sponsors/codiepp"],"categories":[],"sub_categories":[],"readme":"# stream-cpp\n\nsimple streaming library with two modes:\n\n- `push` a processed buffer to a target stream\n- `pull` a buffer from a source stream and process\n- access read-only configuration\n- update state\n\n![stream-cpp pipeline](img/stream_buf_state_config.png)\n\n## dependency\n\nthis builds on the package [sizebounded](https://github.com/CodiePP/sizebounded).\n\n## implementation\n\nderive from class `stream` and provide an implementation of the function:\n\n```\nvirtual int process(Ct const * const _config, St *_state, int _len, sizebounded\u003cVt,sz\u003e\u0026 _buf) const\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodiepp%2Fstream-cpp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodiepp%2Fstream-cpp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodiepp%2Fstream-cpp/lists"}