Shared-Arena 0.05
Kwalitee Issues
No Core Issues.
- meta_yml_has_provides
-
Add all modules contained in this distribution to the META.yml field 'provides'. Module::Build or Dist::Zilla::Plugin::MetaProvides do this automatically for you.
- meta_yml_has_repository_resource
-
Add a 'repository' resource to the META.yml via 'meta_add' accessor (for Module::Build) or META_ADD parameter (for ExtUtils::MakeMaker).
- has_separate_license_file
-
This is not a critical issue. Currently mainly informative for the CPANTS authors. It might be removed later.
- has_security_doc
-
Add SECURITY(.pod|md). See Software::Security::Policy.
- security_doc_contains_contact
-
Add SECURITY(.pod|md) and add a contact address. See Software::Security::Policy.
- has_contributing_doc
-
Add CONTRIBUTING(.pod|md). See https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors.
Modules
| Name | Abstract | Version | View |
|---|---|---|---|
| Shared::Arena | memory two processes can both read, without a syscall | 0.05 | metacpan |
| Shared::Arena::Bloom | a shared set that answers "no" exactly and "yes" probably | 0.05 | metacpan |
| Shared::Arena::Cache | a shared cache that evicts instead of refusing | 0.05 | metacpan |
| Shared::Arena::CountMin | how often a key has been seen, in fixed space | 0.05 | metacpan |
| Shared::Arena::Cuckoo | a shared set that answers "no" exactly, "yes" probably, and can forget | 0.05 | metacpan |
| Shared::Arena::Frozen | one structure, published once and read in place by every process | 0.05 | metacpan |
| Shared::Arena::Frozen::View | read a published block without copying it | 0.05 | metacpan |
| Shared::Arena::Histogram | a distribution every process adds to at once | 0.05 | metacpan |
| Shared::Arena::HyperLogLog | how many distinct, in a few kilobytes | 0.05 | metacpan |
| Shared::Arena::Lease | one holder at a time, and a successor when it dies | 0.05 | metacpan |
| Shared::Arena::Map | a fixed-capacity map several processes share | 0.05 | metacpan |
| Shared::Arena::Rate | a token bucket per key, shared by every worker | 0.05 | metacpan |
| Shared::Arena::Ring | a record queue several processes can write at once | 0.05 | metacpan |
| Shared::Arena::Ring::Cursor | one reader's position in a ring | 0.05 | metacpan |
| Shared::Arena::Ring::Group | one record to one member of the pool | 0.05 | metacpan |
| Shared::Arena::Scoreboard | one row per worker, published live | 0.05 | metacpan |
Other Files
| Changes | metacpan |
| MANIFEST | metacpan |
| META.json | metacpan |
| META.yml | metacpan |
| Makefile.PL | metacpan |
| README | metacpan |