NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Ilya user type tweak (Score:1)
I mentioned this on #perl6, but I think you missed it -- the high-performance user ("Ilya") may be doing bandwidth-intensive stuff as well -- it's important then to have efficient access to packed data streams.
This becomes especially important when each data element requires very little computation, but there are a LOT of data elements to go through.
Hmmm, perhaps this should be a new user type . . . .
Reply to This
Re:Ilya user type tweak (Score:1)
Perhaps you could contribute an "Ilya Prime" sub-profile?
Re:Ilya user type tweak (Score:1)
=== docs/req/model_users.pod
=====================================================
--- docs/req/model_users.pod (revision 13090)
+++ docs/req/model_users.pod (local)
@@ -103,6 +103,38 @@
a favorite feature set and stick with it
+=head2 "Ilya Prime": Intensive Memory Bandwidth User
+
+Ilya Prime writes high-performance memory bandwidth-bound code,
+typically involving either very large packed arrays or "touch once"
+streaming algorithms that make CPU caches near-usele
Re:Ilya user type tweak (Score:1)