Kevin Raison

Results 28 comments of Kevin Raison

Yes, I have been using it in production environments for quite a few years. Are there specific features that would make it production-ready in your mind?

So, VG is ACID compliant and pretty darn fast. Zach and I built the transaction system around an optimistic currency control model. Data is stored in memory mapped files and...

Please see the wiki for a very basic tutorial.

It looks like people are actually interested in the project, so I will make an effort to provide more documentation when I am home from traveling next week.

@ychakiris do check out the GitHub wiki for the project for some usage examples.

Unfortunately, the project that was funding development of VG has come to an unexpected end, so VG is now entirely volunteer-based. So, we are looking for contributors who might be...

I have posted a very basic usage example on the wiki. More to come.

There is one last bit to make this port work; for some reason, node classes that inherit from other node classes don't end up finalized properly.

Also, by my benchmarks, the CCL version is about 10x slower than the sbcl version. YMMV.

No, it is not implemented; that reference is from VG2. I have removed it to avoid confusion.