Bounded structures?

3 Messages Forum Options Options
Permalink
Bernd Schoeller-3
Bounded structures?
Reply Threaded More
Print post
Permalink
Dear List,

Perhaps I missed it, but are any of the structures available in GOBO  
bounded? Is there a concept of "bounded" in any abstraction?

I would need some bounded structures (mostly ring buffer) for some stuff  
that I am currently writing.

Regards,
   Bernd

--
Comerge AG, Technoparkstrasse 1, CH-8005 Zurich, Switzerland

-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
gobo-eiffel-develop mailing list
gobo-eiffel-develop@...
https://lists.sourceforge.net/lists/listinfo/gobo-eiffel-develop
Eric Bezault
Re: Bounded structures?
Reply Threaded More
Print post
Permalink
Bernd Schoeller wrote:
> Perhaps I missed it, but are any of the structures available in GOBO  
> bounded? Is there a concept of "bounded" in any abstraction?
>
> I would need some bounded structures (mostly ring buffer) for some stuff  
> that I am currently writing.

No bounded containers available in Gobo, they can all be resized.

--
Eric Bezault
mailto:ericb@...
http://www.gobosoft.com

-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
gobo-eiffel-develop mailing list
gobo-eiffel-develop@...
https://lists.sourceforge.net/lists/listinfo/gobo-eiffel-develop
Bernd Schoeller-3
Re: Bounded structures?
Reply Threaded More
Print post
Permalink
On Wed, 09 Jul 2008 17:26:27 -0000, Eric Bezault <ericb@...>  
wrote:

> Bernd Schoeller wrote:
>> Perhaps I missed it, but are any of the structures available in GOBO  
>> bounded? Is there a concept of "bounded" in any abstraction?
>>  I would need some bounded structures (mostly ring buffer) for some  
>> stuff  that I am currently writing.
>
> No bounded containers available in Gobo, they can all be resized.

Ok, then I will cook up something myself. I need a fast ring-buffer  
implementation, based on an array and two indexes. I am not sure if it  
could be an addition to GOBO, as it would live outside of the general  
structure hierarchie, because of its bounded-ness.

Bernd

--
Bernd Schoeller, PhD, CTO
Comerge AG, Technoparkstrasse 1, CH-8005 Zurich, Switzerland

-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
gobo-eiffel-develop mailing list
gobo-eiffel-develop@...
https://lists.sourceforge.net/lists/listinfo/gobo-eiffel-develop