apache / incubator-pagespeed-mod

Apache module for rewriting web pages to reduce latency and bandwidth.
http://modpagespeed.com
Apache License 2.0
696 stars 158 forks source link

Create our own wrapper Url class to avoid extra string copies #218

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
GURL does a lot of string copying, we don't like that, let's make our own 
wrapper that saves the strings.

Original issue reported on code.google.com by sligocki@google.com on 23 Feb 2011 at 7:22

GoogleCodeExporter commented 9 years ago

Original comment by sligocki@google.com on 23 Feb 2011 at 9:12

GoogleCodeExporter commented 9 years ago
Certainly GURL has an interface that will let us extract StringPieces with a 
certain amount of pain.

Original comment by jmaes...@google.com on 23 Feb 2011 at 9:47

GoogleCodeExporter commented 9 years ago
Thanks Naomi.

Original comment by sligocki@google.com on 11 Mar 2011 at 2:46