1 minute read

GSOC Comme j’ai mentionné dans au article antérieur, je participe au programme Google Summer Of Code grâce à l’organisation Debian qui supervise mes travaux contribuant au logiciel libre Ring. Deux jours restants Il reste deux jours avant mon départ pour le Cape, en Afrique du sud. C’est pour assister à l’événement debconf (« Debian conference »), organisé par Debian, que je me rends là. Cet événement est organisé à chaque année et, l’année prochaine, c’est à Montréal que ça aura lieu !

1 minute read

I’ve been reworking the code for the queries I introduced in the first week. What’s done I have worked on value pagination and optimization of announce operations; Fixed bugs like #72, #73; I’ve split the Query into Select and Where strcutures. This change was explained here. What’s still work in progress Value pagination; Optimizing announce operations;

1 minute read

I have been working on writing serializable structure for remote filtering of values on the distributed hash table OpenDHT. This structure is called Query. What’s done The implementation of the base design with other changes have been made. You can see evolution on the matter here; Changes allow to create a Query with a SQL-ish statement like the following Query q("SELECT * WHERE id=5"); You can then use this query like so