comp.lang.ada
 help / color / mirror / Atom feed
From: "Dmitry A. Kazakov" <mailbox@dmitry-kazakov.de>
Subject: Re: Using generic package to store and retrieve string data
Date: Sat, 8 Oct 2016 09:42:29 +0200
Date: 2016-10-08T09:42:29+02:00	[thread overview]
Message-ID: <nta816$1725$1@gioia.aioe.org> (raw)
In-Reply-To: nt9a1p$91q$1@dont-email.me

On 2016-10-08 01:11, Jeffrey R. Carter wrote:

> If your Strings may have differing lengths,  then you should either use
> Unbounded_String or one of the indefinite containers.

Unbounded_String is not self-contained. Normally it is important for a 
stack and containers to have this.

IMO, the best way to implement an indefinite elements LIFO is on top of 
a custom memory pool.

-- 
Regards,
Dmitry A. Kazakov
http://www.dmitry-kazakov.de

  reply	other threads:[~2016-10-08  7:42 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-10-07 21:30 Using generic package to store and retrieve string data James Brewer
2016-10-07 23:11 ` Jeffrey R. Carter
2016-10-08  7:42   ` Dmitry A. Kazakov [this message]
2016-10-08  9:01     ` Simon Wright
2016-10-08 10:17       ` Dmitry A. Kazakov
2016-10-08 16:07         ` Jeffrey R. Carter
2016-10-08 16:21 ` Stephen Leake
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox