I hereby claim:
- I am ricardobcl on github.
- I am ricardobclup (https://keybase.io/ricardobclup) on keybase.
- I have a public key ASA9CoSOPG5b8GY1asCxtF-VCY8VTP2j-VM8EwMCCQkjEQo
To claim this, I am signing this object:
| async function f(n) { | |
| if (n === 0 ) return Promise.resolve(1);; | |
| return await f(n-1); | |
| } | |
| async function g(n) { | |
| if (n === 0 ) return Promise.resolve(1); |
I hereby claim:
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| %% Experiment to test the difference between Version Vectors (VV) and Dotted Version Vector Sets (DVVSet). | |
| %% The Riak version using VV is here: https://github.com/ricardobcl/riak_kv/tree/master | |
| %% The Riak version using DVVset is here: https://github.com/ricardobcl/riak_kv/tree/dvvset | |
| %% | |
| %% To reproduce, have a riak node running on port 10017 for protocol buffers, and do: | |
| %% | |
| %% $ git clone git://github.com/basho/riak-erlang-client.git | |
| %% $ cd riak-erlang-client | |
| %% $ make |