On Fri, 17 Apr 2015, Eliot Miranda wrote:
On Fri, Apr 17, 2015 at 5:16 PM, Clément Bera <bera.clement@gmail.com> wrote:
2015-04-16 17:16 GMT-07:00 Sean P. DeNigris <sean@clipperadams.com>: Eliot Miranda-2 wrote > ...
Wow! That seems like a /lot/ of fixes... thanks :)
 This past few weeks we were 4 to commit regularly on the JIT (Tim, Ryan, Eliot and I) so there are more fixes than when Eliot is working alone :-)
Finally we have a team working on it. Come join us!! There's /lots/ to work on. See http://www.mirandabanda.org/cogblog/cog-projects/ & http://www.mirandabanda.org/cogblog/collaborators/. It is challenging, useful and FUN!
"- a solution to the problem of free space in segments containing pinned objects at snapshot time" My naive approach would be to separate pinned objects from non-pinned objects. Whenever you pin an object, it's moved to a "pinned" segment - which is a segment with only pinned objects - and vica versa. Levente
-- best,Eliot