{"id":18779391,"url":"https://github.com/zostay/tree-bptree","last_synced_at":"2025-12-18T00:30:19.272Z","repository":{"id":818783,"uuid":"530533","full_name":"zostay/Tree-BPTree","owner":"zostay","description":"B+ Trees in pure Perl","archived":false,"fork":false,"pushed_at":"2010-02-22T18:08:05.000Z","size":100,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-12-29T10:29:17.062Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://search.cpan.org/dist/Tree-BPTree/","language":"Perl","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/zostay.png","metadata":{"files":{"readme":"README","changelog":"Changes","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2010-02-22T18:03:57.000Z","updated_at":"2014-09-08T20:45:15.000Z","dependencies_parsed_at":"2022-08-16T11:00:41.132Z","dependency_job_id":null,"html_url":"https://github.com/zostay/Tree-BPTree","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zostay%2FTree-BPTree","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zostay%2FTree-BPTree/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zostay%2FTree-BPTree/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zostay%2FTree-BPTree/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zostay","download_url":"https://codeload.github.com/zostay/Tree-BPTree/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239690604,"owners_count":19681130,"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":[],"created_at":"2024-11-07T20:19:54.131Z","updated_at":"2025-12-18T00:30:19.194Z","avatar_url":"https://github.com/zostay.png","language":"Perl","funding_links":[],"categories":[],"sub_categories":[],"readme":"Tree-BPTree version 1.06\n========================\n\nThis is a Perl implementation of B+ trees. I have based this implementation on a\ncouple of sources. See the documentation of Tree::BPTree for those details. A B+\ntree is essentially an order map from keys to values. Keys are multivalued so\nthat there may be more than one value per key. This implementation will enforce\nuniqueness of keys, if requested.\n\nFor more details see the documentation for Tree::BPTree. For examples using the\ncode, see the documentation, try.pl, or the test files.\n\nINSTALLATION\n\nTo install this module type the following:\n\n   perl Makefile.PL\n   make\n   make test\n   make install\n\nDEPENDENCIES\n\nThis module currently requires Perl 5.8.0 and that's it. It's probably\ncompatible with previous versions of Perl, but I haven't tested it.\n\nCOPYRIGHT AND LICENCE\n\nPut the correct copyright and licence information here.\n\nCopyright (C) 2003 Andrew Sterling Hanenkamp\n\nThis library is free software; you can redistribute it and/or modify\nit under the same terms as Perl itself. \n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzostay%2Ftree-bptree","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzostay%2Ftree-bptree","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzostay%2Ftree-bptree/lists"}