issues
search
tycooon
/
memery
A gem for memoization in Ruby
MIT License
177
stars
13
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Improve performance of memoized methods with arguments by ~50%
#50
CKolkey
closed
1 month ago
1
Bump GitHub actions
#49
Earlopain
closed
7 months ago
1
Add Ruby 3.3 to CI
#48
Earlopain
closed
7 months ago
1
Drop dependency on `ruby2_keywords`
#47
Earlopain
closed
7 months ago
2
Clear memery cache for specific method
#46
Lukom
closed
6 months ago
2
README mentions object-shape optimization
#45
nevinera
closed
7 months ago
0
Add initializer support method for object shape optimization
#44
nevinera
closed
10 months ago
14
Support (opt-in?) pattern that complies with recent ruby object shape performance optimization?
#43
jrochkind
closed
7 months ago
0
Would you mind cutting a release?
#42
nevinera
closed
1 year ago
1
Bump activesupport from 6.1.3.2 to 6.1.7.1
#41
dependabot[bot]
closed
1 year ago
1
Caching of methods with default arguments
#40
doits
closed
1 year ago
6
Bump rack from 2.2.3 to 3.0.4.1
#39
dependabot[bot]
closed
1 year ago
4
Allow boolean as condition
#38
KirIgor
closed
2 years ago
2
allow `memoize` to take multiple method names
#37
nevinera
closed
2 years ago
6
Thread safety?
#36
Overload119
closed
7 months ago
2
Update CHANGELOG for 1.4.1 & link CHANGELOG in gemspec
#35
swrobel
closed
1 year ago
1
Bump rexml from 3.2.4 to 3.2.5
#34
dependabot[bot]
closed
3 years ago
1
Support Ruby 3
#33
AlexWayfer
closed
3 years ago
1
debug with memery
#32
7dr1v3
closed
7 months ago
3
Bump rack from 2.1.1 to 2.2.3
#31
dependabot[bot]
closed
3 years ago
1
Update activesupport requirement from ~> 5.0 to ~> 6.0
#30
dependabot[bot]
closed
3 years ago
1
Update dependencies
#29
AlexWayfer
closed
4 years ago
0
Replace Travis with another CI tool
#28
tycooon
closed
3 years ago
7
Fix compatibility with `AS::Concern`
#27
AlexWayfer
closed
4 years ago
0
Fix compatibility with AS Concern
#26
tycooon
closed
4 years ago
2
Fix memoization with Hash-like objects as parameters
#25
AlexWayfer
closed
4 years ago
1
Fix memoization with Hash-like objects as parameters
#24
AlexWayfer
closed
4 years ago
2
Allow memoization after including module with Memery
#23
AlexWayfer
closed
4 years ago
0
Return method name from memoize
#22
JelF
closed
4 years ago
1
Remove Gemfile.lock
#21
JelF
closed
4 years ago
3
return method name from memoize
#20
JelF
closed
4 years ago
2
Fix warnings from Ruby 2.7
#19
AlexWayfer
closed
4 years ago
9
Is there a way to recalculate just one memoized attribute?
#18
artsyca
closed
4 years ago
7
Add `.memoized?` method
#17
AlexWayfer
closed
5 years ago
7
Reduce the code, remove `rubocop:disable`
#16
AlexWayfer
closed
5 years ago
2
Repair code to avoid "instance variable not initialized" warning
#15
martinstreicher
closed
5 years ago
1
Add benchmark script
#14
AlexWayfer
closed
5 years ago
1
Add `--warnings` option for RSpec
#13
AlexWayfer
closed
5 years ago
2
Repair code to avoid "instance variable not initialized" warning
#12
martinstreicher
closed
5 years ago
16
Add `:ttl` option for `memoize` method
#11
AlexWayfer
closed
5 years ago
2
Optimize speed and memory for cached values returns
#10
AlexWayfer
closed
5 years ago
4
Add thread safety
#9
Fonsan
closed
5 years ago
3
Add documentation about `:condition` option into README
#8
AlexWayfer
closed
6 years ago
2
Add `:condition` option for `.memoize` method
#7
AlexWayfer
closed
6 years ago
4
Add `.ruby-version` file to `.gitignore`
#6
AlexWayfer
closed
6 years ago
2
Add EditorConfig file
#5
AlexWayfer
closed
6 years ago
1
Allow to `extend Memery`
#4
AlexWayfer
closed
6 years ago
9
Add spec and doc for class methods
#3
AlexWayfer
closed
6 years ago
4
Simplify code for method visibility detection
#2
AlexWayfer
closed
6 years ago
7
Change implementation from `prepend` to `UnboundMethod`
#1
AlexWayfer
closed
6 years ago
9
Next