Browse thread
[Caml-list] Set/Map with intervals and/or order-related operations
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Yamagata Yoriyuki <yoriyuki@m...> |
| Subject: | Re: [Caml-list] Set/Map with intervals and/or order-related operations |
Thanks everyone for suggestions. Perhaps I will develop my own since I need balancing schema, and a Map-like structure (not only a Set-like structure.) based on Diet. I only need queries for individual elements, not intervals. So I don't think a k-d tree is appropriate. Also I need the data structure purely functional, because the cost of copying is not negligible. So, even though several people points out the existence of C implementations, I will opt an ocaml one. The dom type of FaCiLe is essentially a list of intervals. Maybe I can use Baire implementations. Cheers, -- Yamagata Yoriyuki ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners