{"id":13743451,"url":"https://github.com/ikorennoy/kuring","last_synced_at":"2025-05-09T01:30:55.070Z","repository":{"id":104308156,"uuid":"546284625","full_name":"ikorennoy/kuring","owner":"ikorennoy","description":"Kotlin asynchronous file I/O based on Linux io_uring interface","archived":false,"fork":false,"pushed_at":"2022-10-17T07:05:52.000Z","size":168,"stargazers_count":7,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-05-22T15:31:17.081Z","etag":null,"topics":["file-io","io-uring","jvm","kotlin","kotlin-coroutines"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ikorennoy.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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}},"created_at":"2022-10-05T20:58:24.000Z","updated_at":"2024-01-09T23:19:30.000Z","dependencies_parsed_at":null,"dependency_job_id":"d627085a-67db-4c06-9444-44b9ed4cf4d3","html_url":"https://github.com/ikorennoy/kuring","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ikorennoy%2Fkuring","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ikorennoy%2Fkuring/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ikorennoy%2Fkuring/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ikorennoy%2Fkuring/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ikorennoy","download_url":"https://codeload.github.com/ikorennoy/kuring/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253174236,"owners_count":21865836,"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":["file-io","io-uring","jvm","kotlin","kotlin-coroutines"],"created_at":"2024-08-03T05:00:47.155Z","updated_at":"2025-05-09T01:30:54.491Z","avatar_url":"https://github.com/ikorennoy.png","language":"Java","funding_links":[],"categories":["Libraries"],"sub_categories":["Kotlin"],"readme":"# KUring\n\nKUring provides an asynchronous file I/O API based on the Linux io_uring interface.\n\n## KUring Features\n\n* Fully asynchronous io_uring based file I/O API\n* API comes in two kinds: Buffered and Direct I/O\n* API for linear access to file (depends on your file system)\n* Using a wide range of io_uring features such as polling, registered buffers/files\n\n## Examples\n```kotlin\nval executor = EventExecutor.initDefault()\nval file = AsyncFile.open(Paths.get(\"path/to/file\"), eventExecutor)\nval buffer = ByteBuffer.allocateDirect(1024)\nval readBytes = file.read(buffer)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fikorennoy%2Fkuring","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fikorennoy%2Fkuring","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fikorennoy%2Fkuring/lists"}