Community
Participate
Working Groups
Created attachment 176054 [details] Patch containing new db files as well as modifications to existing source files New database implementation for Photran that manages files, dependencies, edges, and annotations in memory.
Thanks. Esfar and Rui, can you *both* please confirm that 1. you wrote 100% of the code without incorporating content from elsewhere or relying on the intellectual property of others, 2. you have the right to contribute the code to Eclipse, and 3. you have included the EPL license header in all source files?
(In reply to comment #1) > Thanks. Esfar and Rui, can you *both* please confirm that > > 1. you wrote 100% of the code without incorporating content from elsewhere or > relying on the intellectual property of others, > > 2. you have the right to contribute the code to Eclipse, and > > 3. you have included the EPL license header in all source files? I confirm that: 1. I wrote 100% of the code without incorporating content from elsewhere or relying on the intellectual property of others, 2. I have the right to contribute the code to Eclipse, and 3. I have included the EPL license header in all source files.
(In reply to comment #1) Yes, 1. I wrote 100% of the code without incorporating content from elsewhere or relying on the intellectual property of others, 2. I have the right to contribute code to Eclipse, and 3. I have included the EPL license header in all source files. -Esfar
Created attachment 176062 [details] (NEW) Photran database Adding a patch containing all previously mentioned files, but now addresses issues that existed with serializations in the flush() method.
Created attachment 176506 [details] faster newDB
A slightly modified version of this (batched with many other changes) is finally in HEAD as org.eclipse.rephraserengine.core.vpg.db.ram.RAMDB Thanks for your help on this, Rui and Esfar!