Sasha Fonseca
Sasha Fonseca
Since there's the possibility of Datastore being implemented via Diplomat (which is being developed at the moment) I think I will give a higher priority to Bigtable in order to...
Hi @kiennt thank you for answering. I'm divided. In a way it would be great since it seems to be well implemented and would make it a lot easier to...
@1337hax yes I prefer that the API is implemented natively in GCloudex. That way it's less one dependency and we get a tighter control on the implementation.
An Ecto adapter for Datastore and Bigtable is definitely interesting! @peburrows is this going to be done inside Diplomat or will it be an external project?
@1337hax I agree, it should be supported. Diplomat will support it, I guess. I have GCloudex in the backburner right now, I can't really devote time to it this month.
Hello @jhwsipex =) Is this another BST (so there will be one with Map and one with Tuple) or do you mean to substitute the one with Map?
Great @NobbZ. That paper seems interesting, I'll keep it to read later. I've had a really busy week, but I'm going to try my best to finish my Exads assignments...
Hello @ramonsnir, like @NobbZ said it was more for exploration and learning, there's still a lot that's not set in stone and I'm open to discussion and suggestion (this is...
Sure, take care of the kid first :) I'll also have some errands to run now, but maybe I'll still have some free time later to write a draft of...
I think I understand what you mean, but why would the list need to be converted many times? I just did a quick draft: ``` def binary_search(list, key) do bs...