mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
f2841be73a
8 times faster than erb.rb(Ruby1.8.0) require "erb" # slow require "erb_fast" # FAST!!!! Author: MoonWolf <moonwolf@moonwolf.com> WWW: http://raa.ruby-lang.org/project/erbscan/ PR: ports/15622 Submitted by: Shinsuke Matsui (<smatsui at karashi.org>)
9 lines
216 B
Plaintext
9 lines
216 B
Plaintext
erbscan is ERB::Compiler accelerator
|
|
8 times faster than erb.rb(Ruby1.8.0)
|
|
|
|
require "erb" # slow
|
|
require "erb_fast" # FAST!!!!
|
|
|
|
Author: MoonWolf <moonwolf@moonwolf.com>
|
|
WWW: http://raa.ruby-lang.org/project/erbscan/
|