{"id":17470760,"url":"https://github.com/matsumotory/mruby-lruc","last_synced_at":"2025-07-31T18:07:32.683Z","repository":{"id":140250149,"uuid":"80803592","full_name":"matsumotory/mruby-lruc","owner":"matsumotory","description":null,"archived":false,"fork":false,"pushed_at":"2018-03-27T05:10:40.000Z","size":14,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-30T08:51:58.202Z","etag":null,"topics":["lru","mruby"],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/matsumotory.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}},"created_at":"2017-02-03T06:31:27.000Z","updated_at":"2018-03-27T05:10:41.000Z","dependencies_parsed_at":"2024-02-04T21:09:02.847Z","dependency_job_id":"c3de4954-7a58-4ba0-bc40-e8ab55eeeb22","html_url":"https://github.com/matsumotory/mruby-lruc","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/matsumotory/mruby-lruc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matsumotory%2Fmruby-lruc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matsumotory%2Fmruby-lruc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matsumotory%2Fmruby-lruc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matsumotory%2Fmruby-lruc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/matsumotory","download_url":"https://codeload.github.com/matsumotory/mruby-lruc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matsumotory%2Fmruby-lruc/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264830318,"owners_count":23670266,"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":["lru","mruby"],"created_at":"2024-10-18T16:09:31.424Z","updated_at":"2025-07-11T14:09:26.616Z","avatar_url":"https://github.com/matsumotory.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mruby-lruc   [![Build Status](https://travis-ci.org/matsumotory/mruby-lruc.svg?branch=master)](https://travis-ci.org/matsumotory/mruby-lruc)\n\nLeast Recently Used(LRU) cache using [lruc](https://github.com/willcannings/C-LRU-Cache)\n\n## install by mrbgems\n- add conf.gem line to `build_config.rb`\n\n```ruby\nMRuby::Build.new do |conf|\n\n    # ... (snip) ...\n\n    conf.gem :mgem =\u003e 'mruby-lruc'\nend\n```\n## example\n```ruby\nassert(\"LRUC#set/get\") do\n  l = LRUC.new 1024, 1024\n  l.set \"hoge\", \"fuga\"\n  assert_equal(\"fuga\", l.get(\"hoge\"))\nend\n```\n\n## License\nunder the MIT License:\n- see LICENSE file\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatsumotory%2Fmruby-lruc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmatsumotory%2Fmruby-lruc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatsumotory%2Fmruby-lruc/lists"}