caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* [Caml-list] sorting Bigarray, external sort
@ 2016-08-10  7:52 Markus Weißmann
  2016-08-11  6:40 ` Goswin von Brederlow
  0 siblings, 1 reply; 2+ messages in thread
From: Markus Weißmann @ 2016-08-10  7:52 UTC (permalink / raw)
  To: caml-list

Hello,

does someone have a sorting algorithm implemented on Bigarrays? Like an 
external sort to work on mmaped data which won't fit into RAM.

Regards
Markus

-- 
Markus Weißmann, M.Sc.
Technische Universität München
Institut für Informatik
Boltzmannstr. 3
D-85748 Garching
Germany
http://wwwknoll.in.tum.de/

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [Caml-list] sorting Bigarray, external sort
  2016-08-10  7:52 [Caml-list] sorting Bigarray, external sort Markus Weißmann
@ 2016-08-11  6:40 ` Goswin von Brederlow
  0 siblings, 0 replies; 2+ messages in thread
From: Goswin von Brederlow @ 2016-08-11  6:40 UTC (permalink / raw)
  To: Markus Weißmann; +Cc: caml-list

On Wed, Aug 10, 2016 at 09:52:15AM +0200, Markus Weißmann wrote:
> Hello,
> 
> does someone have a sorting algorithm implemented on Bigarrays? Like an
> external sort to work on mmaped data which won't fit into RAM.
> 
> Regards
> Markus

man qsort

I think ctypes even uses that as example.

MfG
	Goswin

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-08-11  6:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-10  7:52 [Caml-list] sorting Bigarray, external sort Markus Weißmann
2016-08-11  6:40 ` Goswin von Brederlow

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).