| Limbic_Region | but I am off to spend some time with Jasmine buu - one last test seems to have worked |
| action | Limbic_Region wanders off |
| Limbic_Region | wanders off |
| LinuxMafia | hi again any one can remind me how can i use external functions? |
| Endymion | hello |
| harleypig | I know that this doesn't work, and why. Can someone tell me how to do what I mean by this: @e = split /\c./, $data ? |
| sili | it depends on what you mean |
| harleypig | I have a bunch of data separated by a bunch of different \cX codes ... that I want to split out. |
| sili | split it out? |
| harleypig | \cA, \cB, \cP, \cJ |
| sili | ok so what doesn't work about it? |
| Khisanth | split /[[:cntrl:]]/ |
| harleypig | split /\c./ only splits on \c. not on \c[ABPJ] |
| sili | oh oh I see what you're saying. see Khisanth's stuff |
| harleypig | That did it. Thanks. |
| erxz_paste | "beppu" at 71.6.194.243 pasted "Why are Object::InsideOut accessors so fast?" (90 lines) at http://erxz.com/pb/1614 |
| doug | just need "buco di" and we're fed |
| erxz_paste | "beppu" at 71.6.194.243 pasted "Accessor Speed Benchmark Results" (6 lines) at http://erxz.com/pb/1615 |
| Limbic_Region | beppu - I suggest you post your request at PerlMonks - the author of Object::InsideOut (jdhedden) hangs out there a lot and actively answers questions about inside objects hrm - beppu did you get that? |
| beppu | Yeah, I got it. |
| sili | beppu: really? |
| beppu | I didn't realize the paste thing at erxz.com went to irc.freenode.net instead of irc.perl.org. sili, ya rly |
| sili | haha |
| Limbic_Region | beppu - yeah, I saw it in both channels |
| action | Limbic_Region didn't look at the pastes though |
| Limbic_Region | didn't look at the pastes though |
| sili | beppu: are you debugging that Object::InsideOut slowness? beppu: where it calls is_sharing or somethign 238329843 times? |
| Limbic_Region | I just knew jdhedden is good about answering inside out questions |
| Khisanth | http://paste.husk.org/ would go to the other one |
| beppu | sili, scrottie thought that replacing insideout w/ plain blessed arrayrefs would help. |
| maasha | good morning |
| sili | neat. |
| beppu | Before he got too far, I wrote some benchmarking scripts to see what the performance characterstics of the various object models was. sili, on consumerdev, cd ~jbeppu/hak/battle-of-the-object-models sili, nice perl battle-accessors.pl |