Liste des Groupes | Revenir à cl forth |
On Fri, 22 Nov 2024 11:35:01 +0000, mhx wrote:Ring buffers should manage their pool appropriately. That'sWhen parsing commands for my engineering tools, strings>
are indispensable. But I use a ringbuffer, not a stack.
A ring buffer for holding strings is a classic for Forth
systems. For larger string sequences, such as data in XML
format, ring buffers tend to be overwritten. But that's
an application-sprecific implementation detail, not a
topic for a standard.
Les messages affichés proviennent d'usenet.