{"id":21827643,"url":"https://github.com/yvn11/infinity","last_synced_at":"2025-06-11T08:33:51.817Z","repository":{"id":150816670,"uuid":"126955356","full_name":"yvn11/infinity","owner":"yvn11","description":"DAG-based computation graph for streaming data","archived":false,"fork":false,"pushed_at":"2019-06-08T12:59:21.000Z","size":8051,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-21T12:25:32.613Z","etag":null,"topics":["c-plus-plus","calculation","computation-graph","infinity","streaming-data"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yvn11.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}},"created_at":"2018-03-27T08:36:05.000Z","updated_at":"2021-10-21T19:01:49.000Z","dependencies_parsed_at":"2023-05-21T17:15:20.908Z","dependency_job_id":null,"html_url":"https://github.com/yvn11/infinity","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yvn11%2Finfinity","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yvn11%2Finfinity/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yvn11%2Finfinity/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yvn11%2Finfinity/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yvn11","download_url":"https://codeload.github.com/yvn11/infinity/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yvn11%2Finfinity/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259230259,"owners_count":22825377,"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":["c-plus-plus","calculation","computation-graph","infinity","streaming-data"],"created_at":"2024-11-27T18:13:46.501Z","updated_at":"2025-06-11T08:33:51.758Z","avatar_url":"https://github.com/yvn11.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"Infinity\n-----------------------------------------------------\n\nIncredible\n-----------------------\n- Introduction\nA unit-based computation graph library. Each unit has its own\ninputs, outputs and corresponding operations. By running a unit,\nit does the following:\n```\n +------+--------------------+\n | unit |                    |\n +------+                    |\n |\u003cINPUT\u003e =\u003e [OP] =\u003e \u003cOUTPUT\u003e|\n +---------------------------+\n```\n\nA unit can shared data via inputs or outputs\n\n```\n +------+--------------------+\n | unit1|                    |\n +------+                    |\n |\u003cINPUT\u003e =\u003e [OP] =\u003e \u003cOUTPUT\u003e|\n +----------------------\\  /-+\n                         ||\n +------+----------------\\/--+\n | unit2|                    |\n +------+                    |\n |\u003cOUTPUT\u003e \u003c= [OP] \u003c= \u003cINPUT\u003e|\n +---------------------------+\n\n```\n- Example\n\nA formula\n\n   y = (a + b) * (-c)\n\nRepresent the computation with units, it looks like this\n\n\n ```\n\n +------+    \n |input0|--+                \n +------+  |  +--------+    \n           +-\u003e|unit_add|----+\n +------+  |  +--------+    |\n |input1|--+                |  +--------+  +------+\n +------+                   +-\u003e|unit_mul|-\u003e|output|\n                            |  +--------+  +------+\n +------+    +-----------+  |\n |input2|---\u003e|unit_negate|--+\n +------+    +-----------+\n\n ```\n\nThe graph accept stream data, each input changed, the output would be updated.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyvn11%2Finfinity","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyvn11%2Finfinity","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyvn11%2Finfinity/lists"}