- or download this
#!/usr/bin/env -S perl
# Author: Celogeek
...
say "Read : ", scalar(@todo) / $read;
say "Found: ", $found;
say "Mem : ", get_current_process_memory() - $mem;
- or download this
#!/usr/bin/env -S perl
# Author: Celogeek
...
say "Read : ", scalar(@todo) / $read;
say "Found: ", $found;
say "Mem : ", get_current_process_memory() - $mem;
- or download this
#!/usr/bin/env -S perl
# MCE::Shared::Cache test
...
say "Read : ", scalar(@todo) / $read;
say "Found: ", $found;
say "Mem : ", get_current_process_memory() - $mem;
- or download this
#!/usr/bin/env -S perl
# MCE::Shared::Cache test with expires
...
say "Read : ", scalar(@todo) / $read;
say "Found: ", $found;
say "Mem : ", get_current_process_memory() - $mem;
- or download this
#!/usr/bin/env -S perl
# parallel demonstration
...
say "Read : ", sprintf("%0.3f", scalar(@todo) / $read);
say "Found: ", $found->get();
- or download this
#!/usr/bin/env -S perl
# parallel demonstration
...
say "Read : ", sprintf("%0.3f", scalar(@todo) / $read);
say "Found: ", $found->get();
- or download this
#!/usr/bin/env -S perl
# Author: Celogeek
...
say "Read : ", scalar(@todo) / $read;
say "Found: ", $found;
say "Mem : ", get_current_process_memory() - $mem;