<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to bugs</title><link href="https://sourceforge.net/p/bplusdotnet/bugs/" rel="alternate"/><link href="https://sourceforge.net/p/bplusdotnet/bugs/feed.atom" rel="self"/><id>https://sourceforge.net/p/bplusdotnet/bugs/</id><updated>2011-04-11T15:06:48Z</updated><subtitle>Recent changes to bugs</subtitle><entry><title>memory leak in xBplusTreeBytes on late commit</title><link href="https://sourceforge.net/p/bplusdotnet/bugs/3/" rel="alternate"/><published>2011-04-11T15:06:48Z</published><updated>2011-04-11T15:06:48Z</updated><author><name>altair</name><uri>https://sourceforge.net/u/delta7510/</uri></author><id>https://sourceforge.net11713947924443e4fb6fae817061de35ecb97e33</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;I'm using xBplusTreeBytes. Everything works fine if I make a commit after every insertion. For performance reasons I make a commit after 100 insertions. But then I have a memory leak. Can you tell me why the xBplusTreeBytes shows this behaviour?&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>bplusTest throws exception in v1.01</title><link href="https://sourceforge.net/p/bplusdotnet/bugs/2/" rel="alternate"/><published>2010-09-11T20:37:05Z</published><updated>2010-09-11T20:37:05Z</updated><author><name/><uri>https://sourceforge.net</uri></author><id>https://sourceforge.netaf093239804ee7981966c99c318d6e65a632f6ff</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;I imported and converted the project in C# (Visual Studio 2010).  The conversion went well and the project builds fine.  Once I run the test program, I get the following exception: "when walking found aa when expecting ab".  The exception occurs on line 831 in the module bplusTest.cs.&lt;/p&gt;
&lt;p&gt;I don't dare use the project until such a time that it runs cleanly in Visual Studio 2010/.NET 4.0.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Key Problem in hBplusTree in Java</title><link href="https://sourceforge.net/p/bplusdotnet/bugs/1/" rel="alternate"/><published>2005-08-03T22:18:18Z</published><updated>2005-08-03T22:18:18Z</updated><author><name>lanceegood</name><uri>https://sourceforge.net/u/lanceegood/</uri></author><id>https://sourceforge.net4c6e8993e87baf4de4ea355bf8e0eb97659653c6</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;I ran into a problem with the implementation of&lt;br /&gt;
"PrefixForByteCount" in hBplusTree.  To reproduce this,&lt;br /&gt;
the particular string that initially caused the problem&lt;br /&gt;
was "cćser".  The problem seems to be that the hash&lt;br /&gt;
method creates a string whose character length is&lt;br /&gt;
maxbytecount rather than a string whose utf-8 byte&lt;br /&gt;
length is maxbytecount.  I can guess at why this is&lt;br /&gt;
happening - the ć is reported as one character in Java&lt;br /&gt;
but represented by two bytes in UTF-8.&lt;/p&gt;
&lt;p&gt;The "PrefixForByteCount" in xBplusTreeBytes seems to be&lt;br /&gt;
implemented in the correct way.  So as a quick fix for&lt;br /&gt;
myself, I added a similar loop to the end of&lt;br /&gt;
hBplusTree.PrefixForByteCount that trims the byte array&lt;br /&gt;
until it produces a string with the correct UTF-8 length.&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>