Alvin

206
Reputation
61 views

Registered User

Name Alvin
Member for 1 year
Seen Nov 28 at 8:16
Website
Location CA
Age
Nov
28
awarded  Popular Question
Oct
1
awarded  Yearling
Sep
17
comment How can I extract HTML content efficiently with Perl?
Thanks, you're right, I can run the task in parallel. The bottleneck was solved using the threads module.
Sep
11
comment How can I extract HTML content efficiently with Perl?
Thanks to your answer. I am wondering, do you know which of the module you mentioned performs better for repetitively extracting in large amount of HTML pages?
Sep
11
asked How can I extract HTML content efficiently with Perl?
Jun
28
comment Passing a concrete List of EnumMap objects to generic List of EnumMap parameter causes compile error
Thanks, I understand what you are saying, but how come changing method signature to public void myMethod(List<? extends Map<? extends MyInterface, String>> map) makes the error go away? Shouldn't the error stay?
Jun
27
asked Passing a concrete List of EnumMap objects to generic List of EnumMap parameter causes compile error