Archive for the ‘a&d’ Category

new index interfaces and how to integrate custom indices in sones GraphDB

In the course of our work at sones GraphDB 2.1 we refactored our index interfaces to make them more suitable for our needs. Furthermore, we wanted to make it easier for the community to implement custom index structures for their special needs. For the latter reason I set up a tutorial and published a sample [...]

Implementing parallel breadth-first search using .NET 4.0 TPL

Introduction In the last days I worked on a small project for the parallel computing course at my university. The task was to take any serial algorithm we like, try to parallelize it and write an article about our results. For the reason of my graph addiction, I chose the default breadth-first search (BFS) in [...]

Metaheuristik mal anders