TEAM-ADA Archives

Team Ada: Ada Programming Language Advocacy

TEAM-ADA@LISTSERV.ACM.ORG

Options: Use Classic View

Use Monospaced Font
Show Text Part by Default
Condense Mail Headers

Topic: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Sender: "Team Ada: Ada Advocacy Issues (83 & 95)" <[log in to unmask]>
From: Simon Wright <[log in to unmask]>
Date: Wed, 16 May 2001 05:11:17 +0100
Reply-To: Simon Wright <[log in to unmask]>
Parts/Attachments: text/plain (29 lines)
This release has been uploaded to

  http://www.pushface.org/components/bc/

(still an alias for the old http://www.pogner.demon.co.uk/components/bc/)
and is mirrored at http://www.adapower.net/booch/ .

Features:

  Added BC.Containers.Quicksort, BC.Containers.Shellsort generics
  (implemented as child packages, on the theory that you won't want
  the clutter in BC.Containers if you don't need it).

  Removed BC.Containers.Copy, BC.Containers.Filter generics (use
  BC.Copy, BC.Filter).

  Bounded forms have an Available function, returning the number of
  free entries. The same function is now available for Dynamic and
  Unbounded forms (in which case it returns Natural'Last; just don't
  believe it!

  Added Synchronized forms for Dynamic and Unbounded Maps.

  Added BC.Containers.Maps.Hash_Statistics to report how well the
  hashing algorithm is doing. Easy enough to do the same for Bags,
  Sets ..

-S

ATOM RSS1 RSS2