{"id":50971989,"url":"https://github.com/d-led/iiwsit","last_synced_at":"2026-06-19T03:02:10.077Z","repository":{"id":354840208,"uuid":"1073905512","full_name":"d-led/iiwsit","owner":"d-led","description":"Is It Worth Speeding It (Throughput)?","archived":false,"fork":false,"pushed_at":"2026-04-30T11:06:29.000Z","size":7447,"stargazers_count":0,"open_issues_count":4,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-30T13:05:48.329Z","etag":null,"topics":["calculator","decision-helper","optimizations","scalability","speed-up","vibeware"],"latest_commit_sha":null,"homepage":"https://d-led.github.io/iiwsit/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/d-led.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-10-10T20:04:27.000Z","updated_at":"2026-04-30T11:05:25.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/d-led/iiwsit","commit_stats":null,"previous_names":["d-led/iiwsit"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/d-led/iiwsit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d-led%2Fiiwsit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d-led%2Fiiwsit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d-led%2Fiiwsit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d-led%2Fiiwsit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/d-led","download_url":"https://codeload.github.com/d-led/iiwsit/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d-led%2Fiiwsit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34515405,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-19T02:00:06.005Z","response_time":61,"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":["calculator","decision-helper","optimizations","scalability","speed-up","vibeware"],"created_at":"2026-06-19T03:02:09.260Z","updated_at":"2026-06-19T03:02:10.071Z","avatar_url":"https://github.com/d-led.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Is It Worth Speeding It Up?\n\n[![License: MPL 2.0](https://img.shields.io/badge/License-MPL_2.0-brightgreen.svg)](https://opensource.org/licenses/MPL-2.0)\n\nA decision helper for performance optimization: calculates time savings, costs, ROI, and break-even points to determine if an optimization is worthwhile.\n\n🔗 **[Live Demo](https://d-led.github.io/iiwsit/)**\n\nInspired by [xkcd #1205](https://xkcd.com/1205/).\n\n![Inputs](./docs/manual-screenshots/inputs.png)\n\n![positive recommendation](./docs/manual-screenshots/yes.png)\n\n![negative recommendation](./docs/manual-screenshots/no.png)\n\n![Influence Diagram](./docs/manual-screenshots/x-influence-diagram.gif)\n\n## Quick Start\n\n```bash\ngit clone https://github.com/d-led/iiwsit.git\ncd iiwsit\nnpm install\nnpm run dev\n```\n\nVisit `http://localhost:5173`\n\n## Usage\n\nInput your system's parameters:\n- Request rate and duration\n- Expected speed gain (%)\n- Implementation and maintenance time\n- Time horizon\n\nGet a **YES/NO/MAYBE** recommendation based on:\n- Net time benefit\n- ROI calculation\n- Break-even analysis\n- Risk assessment\n\n### Example Results\n\n**High-traffic API (1000 req/s, 500ms, 30% gain, 80hr work)** → Strong YES ✅\n**Low-traffic job (10 req/hr, 2min, 50% gain, 200hr work)** → Strong NO ❌\n\n## Development\n\n```bash\nnpm run dev          # Start dev server\nnpm run build        # Build for production\nnpm test             # Run unit tests\nnpm run test:e2e     # Run Cypress E2E tests\nnpm run prettier     # Format code\n```\n\n**Tech stack:** TypeScript, Vite, Tailwind CSS, daisyUI, Vitest, Cypress\n\n## Contributing\n\nContributions welcome! Please:\n1. Write tests for new features\n2. Run `npm test` and `npm run prettier`\n3. Open an issue for major changes first\n\n## License\n\n[Mozilla Public License 2.0](LICENSE) - Use freely, modifications to MPL files must remain MPL.\n\n[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fd-led%2Fiiwsit.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Fd-led%2Fiiwsit?ref=badge_large)\n\n---\n\nMade with ❤️ and inspired by [xkcd #1205](https://xkcd.com/1205/). Because not all optimizations are worth doing.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fd-led%2Fiiwsit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fd-led%2Fiiwsit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fd-led%2Fiiwsit/lists"}