Alexander Gallego

Results 128 comments of Alexander Gallego

@dswang can help w/ creating tix for everyone

............. 🤯 YES! haha this is epic.

@hiqsociety yeah. look at smfc the flatbuffers compiler and look at the codegen parts. it really should be super trivial to port to glommio - glauber is a good friend,...

ah sorry, I mean to say combiner operation. Say you have `binpacking.cpu` as well as `binpacking.mem` you would then be able to say: ``` .withFitnessCalculator (binpacking.cpu | binpacking.mem) ``` The...

oh @EronWright this is a really good idea ! thanks

In addition for agents that will always have a small / partition (4GB), it means that only attached volumes will serve to host the 'sandbox' so the issue here is...

@spodila here is an example: ``` { value: "2d024b1c-e037-44fd-a8f9-fa6ece3b181b-O1243" } framework_id { value: "------------xxxx-------------" } slave_id { value: "2e552da4-1c21-414c-ab2c-a29afc2b4027-S1" } hostname: "x.x.x.x" resources { name: "cpus" type: SCALAR scalar {...

Maybe there is a ``` struct NameDisk { double size; union type { mount .... path }; } ``` So that you can get a getNamedDisk() and fill in the...

this is pretty cool.

@nvartolomei - woah! what a great find! haha love the idea of 2 fibers like in go `dialParallel()` what a smart idea.