{"id":25030239,"url":"https://github.com/fadhil-riyanto/cat-io-uring","last_synced_at":"2025-03-30T19:25:56.565Z","repository":{"id":248045736,"uuid":"827201915","full_name":"fadhil-riyanto/cat-io-uring","owner":"fadhil-riyanto","description":"cat using syscall io_uring, and some linux kernel stuff, my repository learning io_uring","archived":false,"fork":false,"pushed_at":"2024-07-15T13:17:53.000Z","size":62,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-05T21:59:24.954Z","etag":null,"topics":["io-uring"],"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/fadhil-riyanto.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":"2024-07-11T07:38:07.000Z","updated_at":"2024-07-15T13:17:56.000Z","dependencies_parsed_at":"2024-07-12T03:23:04.688Z","dependency_job_id":"f18b6b7c-811c-4aac-8eb7-663b50fc64f4","html_url":"https://github.com/fadhil-riyanto/cat-io-uring","commit_stats":null,"previous_names":["fadhil-riyanto/cat-io-uring"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fadhil-riyanto%2Fcat-io-uring","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fadhil-riyanto%2Fcat-io-uring/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fadhil-riyanto%2Fcat-io-uring/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fadhil-riyanto%2Fcat-io-uring/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fadhil-riyanto","download_url":"https://codeload.github.com/fadhil-riyanto/cat-io-uring/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246367514,"owners_count":20765896,"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":["io-uring"],"created_at":"2025-02-05T21:58:16.093Z","updated_at":"2025-03-30T19:25:56.558Z","avatar_url":"https://github.com/fadhil-riyanto.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ca href=\"https://www.gnu.org/software/coreutils/manual/coreutils.html#cat-invocation\"\u003ecat\u003c/a\u003e but using \u003ca href=\"https://kernel.dk/io_uring.pdf\"\u003eio_uring\u003c/a\u003e\n--\nwarn: experimental package, use at your own risk\n\n---\n\nintroduction\n-\nthis repository is a clone of the cat *nix command but made it myself.\nused to know how io_uring works, and some posix function\n\ncompile instruction:\n```sh\nmake cat_io_uring\n```\n\nif you see something unexpected:\n```sh\nmake clean \u0026\u0026 make cat_io_uring\n```\n\ndebug\n-\n- using default Address Sanitizer (ASan)\u003cbr\u003e\nappend this on CFLAGS \n  ```sh\n  -fsanitize=address\n  ```\n\n- using valgrind\n ```sh\n valgrind --leak-check=full \\\n --show-leak-kinds=all \\\n --track-origins=yes \\\n --verbose \\\n ./cat_io_uring something.txt\n ```\n\n- gdb\n if you found something crash, run program with gdb, example \n\n ```sh\n gdb ./cat_io_uring\n \u003e r something.txt\n \u003e bt\n ```\n its will tell you where the program crash\n\ntested operating system:\nArch Linux\n\nuname -a:\n```Linux integral2 6.9.6-arch1-1 #1 SMP PREEMPT_DYNAMIC Fri, 21 Jun 2024 19:49:19 +0000 x86_64 GNU/Linux```\n\nlicense: MIT","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffadhil-riyanto%2Fcat-io-uring","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffadhil-riyanto%2Fcat-io-uring","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffadhil-riyanto%2Fcat-io-uring/lists"}