Vladislav

Results 13 comments of Vladislav

yes it is possible, but why can't we just add a method for cleaning views?

@dogauzun, my idea was to force viewHolder generate new view for each node. Your way is simpler. If you want to reuse views, which have been generated already, you can...

@kurtextrem as far as I understand, mapped array can't become 'holey' in this case, because you know the size of original array and each element would be filled. And operations...

ok, though @kurtextrem didn't give any links or sources, except that beatufiul image, I've digged it up myself. Here are the results: V8 engine (Chrome/Nodejs) has different kinds of arrays...

@kurtextrem the first 4 tests have primarily goal to show the difference between read/write access in holey/packed arrays and packed have increased performance on 3% per second and in Chrome...

@kurtextrem no problem. I want to believe that one day native map will be faster than both approaches:) Some more results for `Ubuntu 16.04.3 LTS, Intel(R) Core(TM) i7-6700K CPU @...

The problem is in colors.js it doesn't work when the process is called from another process (for example when I run mocha from gulp). I've replaced colors/safe with chalk and...

@kuraga scope is limited exact to function inner context. Listener function is stringified before being sent to electron.

@kuraga unfortunately yes. I've described a possible solution in linked issue, but you need some knowledge in electron-nightmare ipc connection to implement it.

> I guess the point of this question is handing details object with the NodeJS-side scope in POINT #1, right? @kyungw00k you are right. The idea was to use adblock...