nodeup / contribute

NodeUp is a community podcast. You can help if you want to. Thank you!
http://nodeup.com
42 stars 0 forks source link

Generators and Fibers #30

Open Oobert opened 10 years ago

Oobert commented 10 years ago

It would be nice to get some background on them. Some pros and cons and what are people's experiences are with them. Much like the docker show.

vincentmac commented 10 years ago

I'm interested in generators too.

baliw commented 10 years ago

bump

bmeck commented 9 years ago

@dshaw much has changed in this landscape; I am name dropping since twitter said to post opinions here but I feel like stale issues wouldn't be bumped

dshaw commented 9 years ago

@bmeck Realistically, what needs to happen is for a show to come together is it needs a list of candidates for the show and a list of topics (e.g. https://github.com/nodeup/contribute/issues/9 ). Want to organize this one? Who else would be on?

rvagg commented 9 years ago

perhaps pulling petkaantonov in to this to talk about his workers PR in io.js would be a way to tackle this, it's inching closer to being merged

dshaw commented 9 years ago

And Jafar Husain, maybe?

bmeck commented 9 years ago

I'll try and organize it, but I don't have the muster to host it.

Suggested Panel:

Topics:

Questions about each:

Status:

dshaw commented 9 years ago

I'll reach out to some folks at Meteor

dshaw commented 9 years ago

I invited @debergalis.

dshaw commented 9 years ago

@bmeck We can sort out hosting. @rvagg, @timoxley or I could host. That said, I would really like to have you on this panel because I'd love to hear your thoughts on this.

benjamn commented 9 years ago

I can talk about why we use Fibers (aka coroutines) at Meteor.

Credentials: I work at Meteor, and I gave this talk at GOTO Chicago a couple months ago: http://benjamn.github.io/goto2015-talk

benjamn commented 9 years ago

Oh, also, I'm the primary author of https://github.com/facebook/regenerator, which seems relevant?

debergalis commented 9 years ago

Thanks @dshaw. You want @benjamn from Meteor.

yjhjstz commented 8 years ago

fibjs vs node.js , see https://github.com/xicilion/fibjs

yosbelms commented 8 years ago

If any one wants to know about examples of heavy usage of generators for CSP, concurrency, parrallelism: