cordawyn / spira

Fork of Spira with experimental branches, occasionally merged upstream.
http://blog.datagraph.org/2010/05/spira
The Unlicense
8 stars 2 forks source link

Pull to ruby-rdf master? #12

Closed gkellogg closed 11 years ago

gkellogg commented 11 years ago

Looks like you're doing some great work on Spira! I presume at some point you'll want to pull the changes into the master repo and update the gem? If you'd like to be added as a committer to the ruby-rdf/spira master, please let me know; no one else is actively working on it among the core committers.

cordawyn commented 11 years ago

Actually, I made a pull request to https://github.com/datagraph/spira/pulls over a year ago, but it appears to be a wrong repository for that ;-) I'd be happy to contribute to THE Spira, please go ahead and add me as a committer. I think it's OK to release a gem update too (bumping a major version, as the backward compatibility is somewhat broken at this point). I'll send you a pull request shortly. You may also want to take a look at another aged pull request of mine (https://github.com/ruby-rdf/rdf-sesame/pull/7), which does a 13x performance boost for Sesame (according to my projects); but still not fast enough for me :)

I'm not extending/improving Spira any longer, just making minor adjustments and bug fixes as need rises (or I get a bug report). My projects are very demanding as for the performance, so I've been actively developing an alternative stack of Redlander (https://github.com/cordawyn/redlander), Kalimba (https://github.com/cordawyn/kalimba), SPARQL-Builder (https://github.com/cordawyn/sparql_builder) and friends, based on Dave Beckett's "redland" (librdf) C package.