Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Best Rebol DataStructures

From: info::id-net::ch at: 4-Jan-1980 4:08

Hello List. What is the Best Rebol DataStructure to access, select and insert.. Different simples structures can be found by different rebol application found on the net.. 1 ) a file with rebol header: + [ [item1 "hello" item2 "world"] [item1 "bonjour" item2 "le monde"] ] 2) [ [1 [[item1 "hello" item2 "world"] 2 [item1 "bonjour" item2 "le monde"] ] 3) etc... In this domain, could be the Doc Kimble mySql code better (fast and easier) to make selection, access, etc.. I ask this question because I also want to know if using protocols could slow the acces to the DB.. Philippe