<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rss version="2.0">
  <channel>
  <title>StrokeDB Google Group</title>
  <link>http://groups.google.com/group/strokedb</link>
  <description>StrokeDB is a lightweight approach to document-oriented database</description>
  <language>en</language>
  <item>
  <title>Status?</title>
  <link>http://groups.google.com/group/strokedb/browse_thread/thread/f59bd31dd81c14a9/28487d8b6fb045e4?show_docid=28487d8b6fb045e4</link>
  <description>
  How&#39;s the project going? I haven&#39;t seen much activity on the github &lt;br&gt; repo for some time and I&#39;m wondering where the project is going. Any &lt;br&gt; hints on that would be appreciated. &lt;br&gt; &lt;p&gt;AEM
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/strokedb/browse_thread/thread/f59bd31dd81c14a9/28487d8b6fb045e4?show_docid=28487d8b6fb045e4</guid>
  <author>
  aemad...@gmail.com
  (aemadrid)
  </author>
  <pubDate>Wed, 16 Jul 2008 21:41:39 UT
</pubDate>
  </item>
  <item>
  <title>Re: [StrokeDB] Re: Running with JRuby</title>
  <link>http://groups.google.com/group/strokedb/browse_thread/thread/b068ce5175610e33/a12dd60cfad869d8?show_docid=a12dd60cfad869d8</link>
  <description>
  Hi Yurri, &lt;br&gt; I have now installed the latest trunk in both unbuntu and modified a &lt;br&gt; version in a windows vista environment. &lt;br&gt; In both cases the program errors with &amp;quot;undefined method &lt;br&gt; &#39;GenerateAllSlots View&#39;&amp;quot; Line 16 in store.rb &lt;br&gt; Have you experienced this problem and/or do you have a clue as to the &lt;br&gt; cause?
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/strokedb/browse_thread/thread/b068ce5175610e33/a12dd60cfad869d8?show_docid=a12dd60cfad869d8</guid>
  <author>
  pa...@relax.com.au
  (Paul Fraser)
  </author>
  <pubDate>Fri, 13 Jun 2008 06:31:54 UT
</pubDate>
  </item>
  <item>
  <title>Re: [StrokeDB] Re: Running with JRuby</title>
  <link>http://groups.google.com/group/strokedb/browse_thread/thread/b068ce5175610e33/9d46de9ce35d4b85?show_docid=9d46de9ce35d4b85</link>
  <description>
  These optimizations (using C and RubyInline) are 100% optional. If you &lt;br&gt; don&#39;t call Skiplist.optimize!(:C) you will have a pure ruby &lt;br&gt; implementation running.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/strokedb/browse_thread/thread/b068ce5175610e33/9d46de9ce35d4b85?show_docid=9d46de9ce35d4b85</guid>
  <author>
  olega...@gmail.com
  (Oleg Andreev)
  </author>
  <pubDate>Tue, 10 Jun 2008 16:44:32 UT
</pubDate>
  </item>
  <item>
  <title>Re: Running with JRuby</title>
  <link>http://groups.google.com/group/strokedb/browse_thread/thread/b068ce5175610e33/452bd4a834672508?show_docid=452bd4a834672508</link>
  <description>
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/strokedb/browse_thread/thread/b068ce5175610e33/452bd4a834672508?show_docid=452bd4a834672508</guid>
  <author>
  yra...@gmail.com
  (Yurii Rashkovskii)
  </author>
  <pubDate>Tue, 10 Jun 2008 16:16:09 UT
</pubDate>
  </item>
  <item>
  <title>Re: Running with JRuby</title>
  <link>http://groups.google.com/group/strokedb/browse_thread/thread/b068ce5175610e33/503f8e1827d24af3?show_docid=503f8e1827d24af3</link>
  <description>
  and, by the way, skiplist will work inline optimization turned off so &lt;br&gt; you probably don&#39;t need to use any extra code
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/strokedb/browse_thread/thread/b068ce5175610e33/503f8e1827d24af3?show_docid=503f8e1827d24af3</guid>
  <author>
  yra...@gmail.com
  (Yurii Rashkovskii)
  </author>
  <pubDate>Tue, 10 Jun 2008 16:16:37 UT
</pubDate>
  </item>
  <item>
  <title>Re: [StrokeDB] Re: Running with JRuby</title>
  <link>http://groups.google.com/group/strokedb/browse_thread/thread/b068ce5175610e33/f9354a62ae5dfdb8?show_docid=f9354a62ae5dfdb8</link>
  <description>
  Paul, &lt;br&gt; you can easily strip down strokedb to pure ruby (no inline &lt;br&gt; optimization for skiplist, uuidtools gem instead of ossp-uuid binding &lt;br&gt; and you will have to disable vendor/rbmodexcl and replace it with some &lt;br&gt; stubs).
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/strokedb/browse_thread/thread/b068ce5175610e33/f9354a62ae5dfdb8?show_docid=f9354a62ae5dfdb8</guid>
  <author>
  yra...@gmail.com
  (Yurii Rashkovskii)
  </author>
  <pubDate>Tue, 10 Jun 2008 16:14:34 UT
</pubDate>
  </item>
  <item>
  <title>Re: [StrokeDB] Re: Running with JRuby</title>
  <link>http://groups.google.com/group/strokedb/browse_thread/thread/b068ce5175610e33/6321eea53f89e5ab?show_docid=6321eea53f89e5ab</link>
  <description>
  Searching through the strokedb code it seems that skiplist is the main &lt;br&gt; section using ruby inline. UUID could be handled with ruby gem. &lt;br&gt; Do you think it would be practical to produce a pure ruby version using &lt;br&gt; code similar to the ruby skiplist code from the mongoose db gem by Jamey &lt;br&gt; Cribbs &amp;lt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://rubyforge.org/users/jcribbs/&quot;&gt;[link]&lt;/a&gt;&amp;gt;
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/strokedb/browse_thread/thread/b068ce5175610e33/6321eea53f89e5ab?show_docid=6321eea53f89e5ab</guid>
  <author>
  pa...@relax.com.au
  (Paul Fraser)
  </author>
  <pubDate>Tue, 10 Jun 2008 16:07:23 UT
</pubDate>
  </item>
  <item>
  <title>Re: [StrokeDB] Re: Running with JRuby</title>
  <link>http://groups.google.com/group/strokedb/browse_thread/thread/b068ce5175610e33/e0729966508861a8?show_docid=e0729966508861a8</link>
  <description>
  That is bad news :-( &lt;br&gt; I was hoping to use strokeDB in a monkeybars GUI project and monkeybars &lt;br&gt; is tied into the java world. &lt;br&gt; I will have to come up with another plan :-) &lt;br&gt; Thanks Yurii &lt;br&gt; Regards &lt;br&gt; Paul Fraser
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/strokedb/browse_thread/thread/b068ce5175610e33/e0729966508861a8?show_docid=e0729966508861a8</guid>
  <author>
  pa...@relax.com.au
  (Paul Fraser)
  </author>
  <pubDate>Tue, 10 Jun 2008 10:26:45 UT
</pubDate>
  </item>
  <item>
  <title>Re: Running with JRuby</title>
  <link>http://groups.google.com/group/strokedb/browse_thread/thread/b068ce5175610e33/d9be99146732faab?show_docid=d9be99146732faab</link>
  <description>
  Unfortunately, not at the moment, we&#39;ve been focused on supporting MRI &lt;br&gt; and so far few things are still missing for JRuby (namely rbmodexcl &lt;br&gt; and rubyinline support). Though that should be fixed at some point I &lt;br&gt; guess. &lt;br&gt; &lt;p&gt;Nice to hear! &lt;br&gt; &lt;p&gt;Yurii.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/strokedb/browse_thread/thread/b068ce5175610e33/d9be99146732faab?show_docid=d9be99146732faab</guid>
  <author>
  yra...@gmail.com
  (Yurii Rashkovskii)
  </author>
  <pubDate>Tue, 10 Jun 2008 09:56:52 UT
</pubDate>
  </item>
  <item>
  <title>Running with JRuby</title>
  <link>http://groups.google.com/group/strokedb/browse_thread/thread/b068ce5175610e33/a893fc50e2b4c167?show_docid=a893fc50e2b4c167</link>
  <description>
  Is your latest build capable of running on JRuby in Netbeans? &lt;br&gt; If so, how is &amp;quot;JRuby Inline&amp;quot; setup? &lt;br&gt; What else needs to be done for java case? &lt;br&gt; I have noticed in the source that some jruby stuff is commented out. &lt;br&gt; &lt;p&gt;I am working in Vista with Netbeans full version (recent) nightly &lt;br&gt; build. &lt;br&gt; &lt;p&gt;Your project looks most interesting and I look forward to getting it
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/strokedb/browse_thread/thread/b068ce5175610e33/a893fc50e2b4c167?show_docid=a893fc50e2b4c167</guid>
  <author>
  pa...@relax.com.au
  (paulf)
  </author>
  <pubDate>Tue, 10 Jun 2008 04:41:53 UT
</pubDate>
  </item>
  <item>
  <title>Re: [StrokeDB] Re: Publishing of a Gem on Rubyforge</title>
  <link>http://groups.google.com/group/strokedb/browse_thread/thread/81ce0f7689e36233/5ba96709908d4a4f?show_docid=5ba96709908d4a4f</link>
  <description>
  Since StrokeDB is pretty young it is surely wiser to build gem from &lt;br&gt; git repo — we&#39;re approaching 0.0.3 these days. &lt;br&gt; Can you provide a code that causes this exception?
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/strokedb/browse_thread/thread/81ce0f7689e36233/5ba96709908d4a4f?show_docid=5ba96709908d4a4f</guid>
  <author>
  yra...@gmail.com
  (Yurii Rashkovskii)
  </author>
  <pubDate>Fri, 16 May 2008 18:55:47 UT
</pubDate>
  </item>
  <item>
  <title>Re: Publishing of a Gem on Rubyforge</title>
  <link>http://groups.google.com/group/strokedb/browse_thread/thread/81ce0f7689e36233/8c8a3cc80833d68e?show_docid=8c8a3cc80833d68e</link>
  <description>
  should i be using strokedb from the latest updates on git? the &lt;br&gt; published gem is giving me this error: &lt;br&gt; &amp;quot;Admin/homeHelper&amp;quot; is not a valid constant name! in &lt;br&gt; /Library/Ruby/Gems/1.8/gems/st rokedb-0.0.2.1/lib/util/ext/st ring.rb: &lt;br&gt; 30:in `constantize&#39;
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/strokedb/browse_thread/thread/81ce0f7689e36233/8c8a3cc80833d68e?show_docid=8c8a3cc80833d68e</guid>
  <author>
  ajay.ka...@gmail.com
  (ak)
  </author>
  <pubDate>Fri, 16 May 2008 18:50:36 UT
</pubDate>
  </item>
  <item>
  <title>Re: [StrokeDB] [patch] skiplist opt</title>
  <link>http://groups.google.com/group/strokedb/browse_thread/thread/78a18d1498b0fa38/9065e6fe5449c123?show_docid=9065e6fe5449c123</link>
  <description>
  Hi! &lt;br&gt; Optimizations are always welcome. Especially in a Skiplist. &lt;br&gt; We are going to replace current Skiplist class with a SimpleSkiplist &lt;br&gt; soon, which has several optimizations already and should be optimized &lt;br&gt; further. &lt;br&gt; Anyway, thanks for your attention! &lt;br&gt; Oleg.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/strokedb/browse_thread/thread/78a18d1498b0fa38/9065e6fe5449c123?show_docid=9065e6fe5449c123</guid>
  <author>
  olega...@gmail.com
  (Oleg Andreev)
  </author>
  <pubDate>Tue, 29 Apr 2008 04:41:39 UT
</pubDate>
  </item>
  <item>
  <title>[patch] skiplist opt</title>
  <link>http://groups.google.com/group/strokedb/browse_thread/thread/78a18d1498b0fa38/19ff9e3d4944635a?show_docid=19ff9e3d4944635a</link>
  <description>
  Just starting to get interested and I&#39;m reading the code. I couldn&#39;t &lt;br&gt; help noticing a straightforward &lt;br&gt; optimization whilst reading skiplist.rb. I know that optimizations &lt;br&gt; aren&#39;t a priority at the moment, &lt;br&gt; but if it doesn&#39;t interfere with the readability consider accepting &lt;br&gt; it. &lt;br&gt; &lt;p&gt;Thanks for an interesting project..... lots of great code to read.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/strokedb/browse_thread/thread/78a18d1498b0fa38/19ff9e3d4944635a?show_docid=19ff9e3d4944635a</guid>
  <author>
  mike.le...@gmail.com
  (Mike Leddy)
  </author>
  <pubDate>Tue, 29 Apr 2008 03:43:41 UT
</pubDate>
  </item>
  <item>
  <title>Re: [StrokeDB] API Improvements?</title>
  <link>http://groups.google.com/group/strokedb/browse_thread/thread/73bd08a37059f83f/a7e9ce4d65254c6b?show_docid=a7e9ce4d65254c6b</link>
  <description>
  StrokeDB is in development, so any API might be changed eventually if &lt;br&gt; there is enough reasons to. &lt;br&gt; Our Document API is pretty much close to ActiveRecord I believe, to &lt;br&gt; the extent reasonable (since StrokeDB is not an ORM). &lt;br&gt; Also I should note that we had some discussions on IRC about adding &lt;br&gt; StrokeDB support for DM (even though I hardly understand purpose of
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/strokedb/browse_thread/thread/73bd08a37059f83f/a7e9ce4d65254c6b?show_docid=a7e9ce4d65254c6b</guid>
  <author>
  yra...@gmail.com
  (Yurii Rashkovskii)
  </author>
  <pubDate>Tue, 22 Apr 2008 13:04:51 UT
</pubDate>
  </item>
  </channel>
</rss>
