From: Prakash C. <Pra...@im...> - 2004-03-19 12:15:26
|
Hello ! I made a few changes on the files bitSet.ml and bitSet.mli (see attachements). I : 1 - corrected a few orthograph mistakes (I hope I didn't added new ones) 2 - corrected an "lsl" -> "lsr" (the size of a BitSet was 8 times bigger instead of 8 times smaller) 3 - suggested the name "copy" which is more usual than "clone" 4 - used "blit_string" and "fill_string" for more efficiency 5 - added some functions on sets I hope there are no more mistakes. I have got a question : isn't it possible to use the 32 bits of an int (or 64 bits, depending on the architecture) for efficients BitSets ? The String functions seem to work on 8 bits only. TIA for your answers, Prakash |