mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-10 05:03:54 -05:00
rename buffer io to ring buffer
This commit is contained in:
parent
7d92950a4e
commit
4a994cff38
3 changed files with 4 additions and 2 deletions
2
_oasis
2
_oasis
|
|
@ -70,7 +70,7 @@ Library "containers_data"
|
||||||
Path: src/data
|
Path: src/data
|
||||||
Modules: CCMultiMap, CCMultiSet, CCTrie, CCFlatHashtbl, CCCache,
|
Modules: CCMultiMap, CCMultiSet, CCTrie, CCFlatHashtbl, CCCache,
|
||||||
CCPersistentHashtbl, CCDeque, CCFQueue, CCBV, CCMixtbl,
|
CCPersistentHashtbl, CCDeque, CCFQueue, CCBV, CCMixtbl,
|
||||||
CCBufferIO
|
CCRingBuffer
|
||||||
FindlibParent: containers
|
FindlibParent: containers
|
||||||
FindlibName: data
|
FindlibName: data
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,7 @@
|
||||||
(*
|
(*
|
||||||
* CCBufferIO - Polymorphic circular buffer
|
* CCRingBufferIO - Polymorphic circular buffer with
|
||||||
|
* deque semantics for accessing both the head and tail.
|
||||||
|
*
|
||||||
* Copyright (C) 2014 Simon Cruanes
|
* Copyright (C) 2014 Simon Cruanes
|
||||||
*
|
*
|
||||||
* This library is free software; you can redistribute it and/or
|
* This library is free software; you can redistribute it and/or
|
||||||
Loading…
Add table
Reference in a new issue