0.02
Memoize method calls.
2021
2022
2023
2024
2025
2026
0.01
Adds helper methods to FactoryBot to memoize instances to speed up test suite.
2021
2022
2023
2024
2025
2026
0.01
A Redis-based version-addressable caching system. Memoize pure functions, aggregated database queries, and 3rd party API calls.
2021
2022
2023
2024
2025
2026
0.01
Memoize methods safely with parameter and dependency observation
2021
2022
2023
2024
2025
2026
0.01
Memoize is back!
2021
2022
2023
2024
2025
2026
0.01
Provides in-memory caching of any Ruby method. It's dead simple and won't get in the way of any of your code.
For something more robust that offers persistence try http://github.com/JackDanger/cached_values/
Documentation also available here: http://objectproxy.rubyforge.org/simple_memoize/
2021
2022
2023
2024
2025
2026
0.01
Local Memoization Pattern to store complex and repeated computations in memory until the next hour/day/week
2021
2022
2023
2024
2025
2026
0.0
Memoize method
2021
2022
2023
2024
2025
2026
0.0
memoize function without alias method chain
2021
2022
2023
2024
2025
2026
0.0
Adds helper methods to FactoryGirl to memoize instances to speed up test suite.
2021
2022
2023
2024
2025
2026
0.0
Correct attribute memoization for ruby, made easy
2021
2022
2023
2024
2025
2026
0.0
Provides "let" method for memoized helper definition.
2021
2022
2023
2024
2025
2026
0.0
ActiveRecord will extend ActiveSupport::Memoizable for instance methods
2021
2022
2023
2024
2025
2026
0.0
Memorandum provides a simple method to memoize method results. It also provides flags for freezing the cached results.
2021
2022
2023
2024
2025
2026
0.0
== FEATURES/PROBLEMS: * Memoization - http://en.wikipedia.org/wiki/Memoization == SYNOPSIS: == REQUIREMENTS: None
2021
2022
2023
2024
2025
2026
0.0
will expose your method, which is cached, a cacheless version and a recompute version
2021
2022
2023
2024
2025
2026
0.0
VERY SIMPLISTIC memoization for functions (one memoized value per function; no regard for arguments). Uses UnboundMethods instead of method aliasing, so you don't see extra method names when you inspect your object.
2021
2022
2023
2024
2025
2026
0.0
The memoize library allows you to cache methods for Numerics (Integer/Float) in Ruby >= 2.0.0.
2021
2022
2023
2024
2025
2026
0.0
ActiveRecord will extend ActiveSupport::Memoizable for class methods
2021
2022
2023
2024
2025
2026
0.0
Redis based memoization: Memoize pure functions, database records/queries and API requests
2021
2022
2023
2024
2025
2026