Categories
No matching categories were found
4.95
memoize methods invocation
2021
2022
2023
2024
2025
2026
0.91
Memoize method return values
2021
2022
2023
2024
2025
2026
0.0
Memoize attributes in a thread-safe way. This ruby gem adds a `#attr_memoized` class method, that provides a lazy-loading mechanism for initializing "heavy" attributes, but in a thread-safe way. Instances thus created can be shared among threads.
2021
2022
2023
2024
2025
2026
0.01
RubyMemoized makes it easy to memoize methods, even if they have arguments or blocks, by making memoization as easy as declaring a method private.
2021
2022
2023
2024
2025
2026
0.0
Reusable module to extend named memoized blocks with an expiration time.
2021
2022
2023
2024
2025
2026
0.0
Memoizes ActiveSupport inflector methods.
2021
2022
2023
2024
2025
2026
0.0
A small library that memoizes method calls or code blocks for the duration of a block call only.
2021
2022
2023
2024
2025
2026
0.02
Memoizer caches the results of your method calls, works well with methods that accept arguments or return nil. It's a simpler and more expicit alternative to ActiveSupport::Memoizable
2021
2022
2023
2024
2025
2026
0.01
Memoized caches the results of your method calls
2021
2022
2023
2024
2025
2026
0.01
The memoize library allows you to cache methods for faster lookup.
Cached results can either be stored in memory (the default) or to
a file.
2021
2022
2023
2024
2025
2026
0.01
Like Memoize, but designed for mutable and parametizable objects
Use when:
1. You have one expensive method (\compute) which set many internal
variables. So, is preferable lazy evaluation of these dependent variables.
2. The expensive operation depends on one or more parameters
3. Changes on...
2021
2022
2023
2024
2025
2026
0.0
Cache and memoize expensive calculations.
2021
2022
2023
2024
2025
2026
0.0
Easily memoize any operation with this global method that takes a block.
2021
2022
2023
2024
2025
2026
0.0
Memoize a method result, refetching after a time to live has elapsed.
2021
2022
2023
2024
2025
2026
0.0
library to cache (memoize) method return values in database
2021
2022
2023
2024
2025
2026
0.0
Simple Memoizer is a helper module that encapsulates a modern memoization technique.
2021
2022
2023
2024
2025
2026
0.0
A Rails wrapper for the memoized_inflectors gem.
2021
2022
2023
2024
2025
2026
0.0
Similar to ruby delegate class method, but memoize the result.
2021
2022
2023
2024
2025
2026
0.0
If you are used to doing memoization with `@my_method ||= yada_yada` and `return @my_method if defined?(@my_method); @my_method = yada_yada`, but you would like to get the memoization stuff out of the `yada_yada` part, but still rest assured that the `memoize` method does nothing more than that, ...
2021
2022
2023
2024
2025
2026
0.06
memoize methods invocation
2021
2022
2023
2024
2025
2026