Projects / fastutil / Releases

RSS All releases of fastutil

  •  10 Dec 2011 10:07

    Release Notes: More efficient radix sort methods.

    •  27 Sep 2011 16:02

      Release Notes: This release adds bugfixes in the TextIO.store() methods and rehashing of big sets.

      •  02 Sep 2011 22:11

        Release Notes: New methods for indirect queues. Doubly linked implementation for hash maps and sets. New array-based FIFO queues. A number of bugfixes.

        •  10 May 2011 06:34

          Release Notes: The main new set of methods implements radix sort both for direct and indirect (possibly stable) sorting. The provided methods are from 2 to 8 times faster than the standard quicksort and mergesort implementations available.

          •  04 Mar 2011 22:03

            Release Notes: A better structure of the scan loop for hash tables borrowed from HPPC gives some speed improvement to hash-based classes.

            •  27 Nov 2010 16:02

              Release Notes: Hash-based classes have been rewritten using linear probing. They are now twice as fast and provide true deletions.

              •  19 Nov 2010 09:06

                Release Notes: A bunch of new classes target the problem of big data structures in Java, such as big arrays and big lists.

                •  12 Jun 2008 12:35

                Release Notes: An issue where the isEmpty() method of ArraySet was actually returning ! isEmpty() was fixed. A new constructor for FasyMultiByteArrayInputStream makes it possible to pass a MeasurableInputStream.

                •  16 Apr 2008 08:18

                Release Notes: A pernicious bug in FastByteArrayOutputStream was introduced in the last version, and has been fixed.

                •  02 Apr 2008 09:43

                Release Notes: A few bugs have been fixed. There is a new set of type-specific Iterable classes.

                Screenshot

                Project Spotlight

                GSL Shell

                An interactive programming shell to the GSL library.

                Screenshot

                Project Spotlight

                Inq

                A dynamic client/server scripting language.