Ticket #11 (closed enhancement: fixed)

Opened 3 months ago

Last modified 3 months ago

[PATCH] Switch tarantula to hpricot for speed improvement

Reported by: someone23 Assigned to: stu
Priority: minor Component: tarantula
Keywords: Cc: someone23

Description

Using Benchmark.measure on the crawl call yeilded these times for a basic project (little more than scaffolding) with 1000 records.

Current:
956.500000 145.610000 1491.990000 (1519.922328)

Hpricot:
838.770000 144.490000 1429.240000 (1438.506694)

This isn't a blow away win or anything but I know I'll appreciate that 5-10% when I'm crawling a site with a decent amount of data.

Attachments

tarantula_hpricot.patch (3.5 kB) - added by someone23 on 04/21/08 23:25:43.
tarantula_hpricot_with_tests2.patch.txt (8.7 kB) - added by someone23 on 05/04/08 00:11:52.
added test fixes to the previous patch

Change History

04/21/08 23:25:43 changed by someone23

  • attachment tarantula_hpricot.patch added.

04/21/08 23:33:49 changed by muness

  • owner changed from muness to stu.
  • component changed from unassigned to tarantula.

05/04/08 00:11:52 changed by someone23

  • attachment tarantula_hpricot_with_tests2.patch.txt added.

added test fixes to the previous patch

05/09/08 09:43:47 changed by jgehtland

  • status changed from new to closed.
  • resolution set to fixed.

05/09/08 09:43:59 changed by jgehtland

Applied the patch in trunk.