{"id":51296764,"url":"https://github.com/me7/jsbench-imba-v2","last_synced_at":"2026-06-30T15:02:57.995Z","repository":{"id":238775334,"uuid":"797517814","full_name":"me7/jsbench-imba-v2","owner":"me7","description":null,"archived":false,"fork":false,"pushed_at":"2024-05-08T02:34:04.000Z","size":124,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-05-08T03:28:38.782Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Imba","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/me7.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-05-08T02:00:22.000Z","updated_at":"2024-05-08T03:28:43.076Z","dependencies_parsed_at":"2024-05-08T03:28:41.870Z","dependency_job_id":"972c6c1b-aa2d-4fc0-a6f7-816cffacbe92","html_url":"https://github.com/me7/jsbench-imba-v2","commit_stats":null,"previous_names":["me7/jsbench-imba-v2"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/me7/jsbench-imba-v2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/me7%2Fjsbench-imba-v2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/me7%2Fjsbench-imba-v2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/me7%2Fjsbench-imba-v2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/me7%2Fjsbench-imba-v2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/me7","download_url":"https://codeload.github.com/me7/jsbench-imba-v2/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/me7%2Fjsbench-imba-v2/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34971633,"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-30T02:00:05.919Z","response_time":92,"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":[],"created_at":"2026-06-30T15:02:45.298Z","updated_at":"2026-06-30T15:02:57.965Z","avatar_url":"https://github.com/me7.png","language":"Imba","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Imba V2 implementation for js-framework-benchmark\n\naccording to https://github.com/krausest/js-framework-benchmark which have imba version 1.5 implementation at https://github.com/krausest/js-framework-benchmark/blob/master/frameworks/keyed/imba/src/main.imba \n\n\nI want to update it's benchmark to imba version 2 so here is the repo\n\n## problem found\n\n1. array.len working on dev mode but not on production mode. this cause that check array lenght silently failed (e.g. buildDatas). I can fix this by always use array.lenght method.\n\n2. **memory leak** this one is major and i cannot fix it yet. On version 1 code when you create 10k row and clear it, you've got memory back\n![v1](imba1.png)\n\n\nbut on version 2 memory will not reduce even the clear rows code is same ( items = []). This problem is reported in imba.io github issue and discord server.\n![v2](imba2.png)\n\n\n\nHopefully imba community is active enough to help new comer to fix the problem, i really like the syntax but memory-leak application is a no-go.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fme7%2Fjsbench-imba-v2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fme7%2Fjsbench-imba-v2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fme7%2Fjsbench-imba-v2/lists"}