Pawel Badenski

Results 40 comments of Pawel Badenski

Could you elaborate? Is this due to lack of capacity or technical limitations?

This would be a primary use for me. I want to switch our project from https://github.com/medikoo/memoizee to this project. Primarily because of it's use of Map instead of Object. I...

I like your solution with immutable objects, haven't thought of it.. It won't work in our case though I'm afraid. We're memoizing inside a webworker against objects that are being...

I suppose you could use wrapper function for dates - I'm not a big fan applying it to this scenario, but point taken. I would still need normalizerFn it for...

There's three "difficult" properties of objects in our scenario: 1. they have multiple fields (up to 10-20) 2. they are polymorphic (some actually megamorphic) 3. only some of the object...

Just wondering is this proposal abandoned?

Yes, use case is a bit involved... In our system (finance domain) data is presented in a spreadsheet like fashion where each cell is calculated using multiple data points. Data...

Not really.. but I see how my mentioning of spreadsheet might be a bit confusing here. Those data points come from an external API, rather than existing in a spreadsheet....

This looks interesting, I'll have a look. We need relatively efficient structure computation-wise. I will have a look what performance characteristics graph solution would have. Thank you!

Sorry, been on holidays. I think graphology might be a good candidate, I should give it a shot. What are you referring to in terms of order? There's not really...