0.0
Data Frames with memoized transpose
2021
2022
2023
2024
2025
2026
0.0
Memoizes calls to method to boost the performance of recursive calls
2021
2022
2023
2024
2025
2026
0.0
Provides Enumerator#memoizing which memoizes computed elements of a sequence
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
fast-ish Memoize that handles nils and singletons
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
A prepend-based memoization module for Ruby that safely caches nil and false return values, supports method arguments, and provides thread safety via double-check locking.
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
Provides a helper method which will memoize result generation using the cache, and return the page requested.
2021
2022
2023
2024
2025
2026
0.0
ActiveRecord will extend ActiveSupport::Memoizable for class methods
2021
2022
2023
2024
2025
2026
0.0
Because memoization creates an ivar
2021
2022
2023
2024
2025
2026
0.0
Rize is a collection of useful methods that can make it easier to work with functions, arrays and hashes in Ruby.
It allows you to compose and memoize functions, elegantly iterate over multiple arrays at once, easily map over hash keys and values,
and much more.
Nothing is monkeypatched, so you ...
2021
2022
2023
2024
2025
2026
0.0
Memoize ActiveRecord objects and search there.
2021
2022
2023
2024
2025
2026
0.0
Memoize methods with a simple decorator. Supports TTL expiration, LRU eviction, thread-safe per-instance caches, and proper nil/false handling.
2021
2022
2023
2024
2025
2026
0.0
Michie allows you to memoize methods simply by defining them in a block.
2021
2022
2023
2024
2025
2026