2009/7/1 [email protected] <[email protected]>: > > So ... > > Is it faster to have uint16_t* strings rather than char* strings ? > > uint16_t* myString16 ... ; > String::New (myString16); > > or > > char* myString8 ... ; > String::New (myString8);
I think that's hard to say without writing and running some benchmarks. -- Erik Corry, Software Engineer Google Denmark ApS. CVR nr. 28 86 69 84 c/o Philip & Partners, 7 Vognmagergade, P.O. Box 2227, DK-1018 Copenhagen K, Denmark. --~--~---------~--~----~------------~-------~--~----~ v8-users mailing list [email protected] http://groups.google.com/group/v8-users -~----------~----~----~----~------~----~------~--~---
