As discussed last time , I like wrapping the internal implementation if it
can be done cheaply.

 

Question is should string be a  union of single thread , jagged array , Tree
or linked list ? Can different implementations be used according to need ? 

 

Anyway with an opaque type like this we can adjust later.

 

Ben

 

 








  type Thread = ucs1 of uint8[] | ucs2 of uint16[] | ucs4 of uint32[]
  type String = ropes of Thread[]



shap

_______________________________________________
bitc-dev mailing list
[email protected]
http://www.coyotos.org/mailman/listinfo/bitc-dev

Reply via email to