Dmitry Russ

Results 46 comments of Dmitry Russ

I've started to make my own static site generator in elixir. Benchmarks from obelisk on my notebook: ``` obelisk % mix perf 2015-07-19-12:29:07 2015-07-19-12:34:07 ``` It takes 5 minutes to...

On which hardware you want get `around 10 seconds`? (on better hardware, than my, I guess it can be possible). On the Hardware, which Hugo use for example(5000 in 1...

I've used sbroker as pooling library for my experiments, that is my implementation now: https://gist.github.com/liveforeverx/0e3146d8e8921b9916be In my code, I use it simple sequential: ``` elixir Pool.set_state(pool, ....all arguments at once)...

@alvitawa It works on my side: ``` grakn_elixir> mix test Compiling 1 file (.ex) Excluding tags: [:skip] ..................... Finished in 97.6 seconds 22 tests, 0 failures, 1 excluded Randomized with...

It is switched per default: https://github.com/travelping/dike/blob/master/rebar.config#L2 If there are troubles with this options, please provide more information on it.

Hi, @knutin how this compares to paxos?? Example: cluster of 3 machines, quorum is 2. What happens, when after locking one of the quorum participant dies, without information, if he...

Red presentation and README, this answers my questions, thanks! :+1:

Hi, @alco, do you still plan to build some solution for the problem?

Hi! Thank you for request! 👍 Are there any analogy functionality to `resolve` in ecto? I would like to see find something similar in ecto, before continue on this.

@benoitc A question, I see that ibrowse optimized perfomed fast 1.7x better as hackney in speed. Is there some optimisation on hackney, which can be done to have close performance...