Henning Rauch

Results 19 comments of Henning Rauch

Yes, they are paying for F8 service development. Meaning I implemented a lot of these: https://github.com/cosh/fallen-8/blob/master/Fallen-8/Service/IService.cs example: https://github.com/cosh/fallen-8/blob/master/Fallen-8/Service/REST/AdminServicePlugin.cs --> https://github.com/cosh/fallen-8/blob/master/Fallen-8/Service/REST/AdminService.cs Contact me if you want to know how to satisfy...

Hi guys! I'll comment tomorrow.

Hi Michael, What a nice review :). BigList... I used concurrent data structures but they had two drawbacks: too big, too slow. I had to optimize a lot for memory...

@Loupi You can try out the Fallen8 intro if you want to get an impression of the traversal speed and the checkpointing-mechanism. Please have a look at this: https://github.com/cosh/Fallen-8-Intro After...

@Loupi concerning query language... I'm all for a query language. But I did not want to have it in the core. As you know I built big parts of the...

@SepiaGroup a friend of mine once implemented MVCC for a part of a graph database. The overall conclusion was that it works quite well but the memory usage was insane......

@Loupi I like. If you need a jumpstart, ask me.

Good idea :-)

Morning! 1. 100% 2. 100% (see https://github.com/cosh/Fallen-8-Intro) 3. 100% no problem... use standard WCF methods 4. 100% no big deal 5. 100% did this more than once... see: https://github.com/cosh/fallen-8/blob/master/Fallen-8/Algorithms/Path/BidirectionalLevelSynchronousSSSP.cs 6....