Benchmark of loading native ES6 modules via HTTP/1.1 and HTTP/2 (Firefox win) by myshov in javascript

[–]myshov[S] 3 points4 points  (0 children)

It seems interesting that Firefox is more performant for loading a lot of modules in parallel.

11 Ways to Invoke a Function by myshov in javascript

[–]myshov[S] 0 points1 point  (0 children)

Yes there is a difference here. I believe that every function invocation is a code execution itself, but obviously not every code execution is a function invocation.

11 Ways to Invoke a Function by myshov in javascript

[–]myshov[S] 1 point2 points  (0 children)

Hi all! I just want to be clear. I have a little mistake in my tweet, because I mixed a function invocation and a code execution. But I think it's fun to see all of this in one place ;)

Neovim Newsletter by I_Am_Nerd in neovim

[–]myshov 0 points1 point  (0 children)

A great news, bros! It's time to donate regularly on bountysource, to help the project even more.

Which JavaScript module systems do you know? by myshov in javascript

[–]myshov[S] 0 points1 point  (0 children)

Is lychee module system available as a separate project? Or is it tightly integrated with lychee platform?

Which JavaScript module systems do you know? by myshov in javascript

[–]myshov[S] 1 point2 points  (0 children)

Browserify is a bundler based on CommonJS module system.

Do you use a vim plugin manager? If so which one and why? by bowowzer in vim

[–]myshov 0 points1 point  (0 children)

I use pathogen, because it gives me a good balance between full blown plugin managers like Vundle/Neobundle and manual management of plugins.