gonzedge/rambling-trie

View on GitHub
reports/0.9.1/benchmark

Summary

Maintainability
Test Coverage

Benchmark for rambling-trie version 0.9.1
==> Creation
`Rambling::Trie.create`
                                8.990000   0.180000   9.170000 (  9.273189)

Benchmark for rambling-trie version 0.9.1
==> Compression
`compress!`
                                1.760000   0.030000   1.790000 (  1.810308)
                                1.320000   0.040000   1.360000 (  1.389178)
                                1.230000   0.060000   1.290000 (  1.298620)
                                1.400000   0.060000   1.460000 (  1.475882)
                                1.370000   0.030000   1.400000 (  1.415059)

Benchmark for rambling-trie version 0.9.1
==> Uncompressed
`word?`
hi                  true        0.230000   0.050000   0.280000 (  0.282839)
help                true        0.380000   0.010000   0.390000 (  0.380572)
beautiful           true        0.790000   0.000000   0.790000 (  0.807405)
impressionism       true        1.050000   0.000000   1.050000 (  1.053980)
anthropological     true        1.140000   0.000000   1.140000 (  1.138164)
`partial_word?`
hi                  true        0.220000   0.010000   0.230000 (  0.225441)
help                true        0.430000   0.000000   0.430000 (  0.434404)
beautiful           true        0.740000   0.000000   0.740000 (  0.741179)
impressionism       true        1.040000   0.000000   1.040000 (  1.050177)
anthropological     true        1.180000   0.010000   1.190000 (  1.196764)
==> Compressed
`word?`
hi                  true        0.230000   0.000000   0.230000 (  0.234319)
help                true        0.400000   0.000000   0.400000 (  0.410179)
beautiful           true        0.790000   0.010000   0.800000 (  0.794929)
impressionism       true        1.060000   0.000000   1.060000 (  1.063954)
anthropological     true        1.260000   0.000000   1.260000 (  1.266534)
`partial_word?`
hi                  true        0.950000   0.000000   0.950000 (  0.957764)
help                true        2.190000   0.010000   2.200000 (  2.201118)
beautiful           true        2.980000   0.020000   3.000000 (  3.028513)
impressionism       true        4.480000   0.030000   4.510000 (  4.536646)
anthropological     true        4.610000   0.020000   4.630000 (  4.658396)

Benchmark for rambling-trie version 0.9.1
==> Uncompressed
`scan`
hi                  495         2.440000   0.030000   2.470000 (  2.479789)
help                20          6.590000   0.050000   6.640000 (  6.685055)
beautiful           6           2.780000   0.090000   2.870000 (  3.014909)
impressionism       2           2.400000   0.020000   2.420000 (  2.468044)
anthropological     2           2.870000   0.020000   2.890000 (  2.912946)
==> Compressed
`scan`
hi                  495         1.150000   0.010000   1.160000 (  1.168921)
help                20          5.600000   0.030000   5.630000 (  5.701739)
beautiful           6           3.320000   0.020000   3.340000 (  3.357047)
impressionism       2           5.570000   0.020000   5.590000 (  5.611306)
anthropological     2           5.720000   0.030000   5.750000 (  5.799992)