{"id":16495159,"url":"https://github.com/bellisario/sdeno","last_synced_at":"2025-07-27T07:03:57.493Z","repository":{"id":45028205,"uuid":"512463353","full_name":"Bellisario/sdeno","owner":"Bellisario","description":"Steno on Deno. Specialized fast async file writer.","archived":false,"fork":false,"pushed_at":"2023-02-26T11:49:20.000Z","size":36,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-27T07:02:09.296Z","etag":null,"topics":["deno"],"latest_commit_sha":null,"homepage":"https://deno.land/x/sdeno","language":"TypeScript","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/Bellisario.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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,"zenodo":null},"funding":{"github":"Bellisario"}},"created_at":"2022-07-10T14:58:33.000Z","updated_at":"2024-05-27T18:24:30.000Z","dependencies_parsed_at":"2025-06-25T07:37:04.530Z","dependency_job_id":"2ac215a8-ca3a-40d9-b0b9-6d71d13f0acc","html_url":"https://github.com/Bellisario/sdeno","commit_stats":null,"previous_names":[],"tags_count":27,"template":false,"template_full_name":null,"purl":"pkg:github/Bellisario/sdeno","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bellisario%2Fsdeno","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bellisario%2Fsdeno/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bellisario%2Fsdeno/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bellisario%2Fsdeno/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Bellisario","download_url":"https://codeload.github.com/Bellisario/sdeno/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bellisario%2Fsdeno/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267320254,"owners_count":24068527,"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-27T02:00:11.917Z","response_time":82,"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":["deno"],"created_at":"2024-10-11T14:28:06.328Z","updated_at":"2025-07-27T07:03:57.435Z","avatar_url":"https://github.com/Bellisario.png","language":"TypeScript","funding_links":["https://github.com/sponsors/Bellisario"],"categories":[],"sub_categories":[],"readme":"# Sdeno ![Deno](https://img.shields.io/badge/Deno-000000?logo=deno\u0026logoColor=white) [![Test](https://github.com/Bellisario/sdeno/actions/workflows/test.yml/badge.svg)](https://github.com/Bellisario/sdeno/actions/workflows/test.yml) ![Dependencies](https://img.shields.io/endpoint?url=https%3A%2F%2Fdeno-visualizer.danopia.net%2Fshields%2Fupdates%2Fhttps%2Fdeno.land%2Fx%2Fsdeno%40v1.0.0%2Fmod.ts)\n\n\u003e Sdeno, Steno on Deno\\\n\u003e Specialized fast async file writer\n\n**Sdeno** makes writing to the same file often/concurrently fast and safe.\n\n## Original Project\n\nThis project is a [Deno](https://deno.land) \"wrapper\" for [Steno](https://github.com/typicode/steno) (by [typicode](https://github.com/typicode)).\n\n## Installation\n\nBecause this is a Deno wrapper, you need to import it from this URL like that:\n\n```js\nimport { Writer } from 'https://deno.land/x/sdeno/mod.ts';\n```\n\n## Usage\n\nFor usage, see [Steno Usage](https://github.com/typicode/steno).\n\n## Benchmark\n\n`deno task bench` (see `src/benchmark.ts`)\n\nBenchmark results are a little different [from the original project](https://github.com/typicode/steno#benchmark) because here we're using Deno instead of Node.js.\n\n```\nWrite 1KB data to the same file x 1000\n  fs     :  462ms\n  sdeno  :    4ms\n\nWrite 1MB data to the same file x 1000\n  fs     : 2551ms\n  sdeno  :    7ms\n```\n\n_Sdeno (as Steno) uses a smart queue and avoids unnecessary writes._\n\n---\n\n\\\n_**Warning:** Benchmark can vary depending on the machine and the OS you're using._\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbellisario%2Fsdeno","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbellisario%2Fsdeno","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbellisario%2Fsdeno/lists"}