Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
BASFILE - Converts small files to BAS code.
#19
(09-28-2023, 10:03 AM)SMcNeill Wrote: But the question then becomes: *Can the IDE handle such large amounts of data?*  Just as you mentioned a large string becoming slow to process as it grows, QB64's IDE is the same -- it's all stored in a single idet$ variable.  Once it gets so large, it spends more time moving back and forth in memory than it does processing your input.

That's true, especially if the code isn't already properly formatted for the current IDE settings it could become a big problem when the IDE needs to add in spaces for indention and separation or needs to change the case from camel to all caps or vice versa.

That's the reason why after "MakeDATA" I did another tool "MakeCARR" which moved all the havy data out into a C/C++ header file while the .bm file which is actually incuded in the program and hence processed by the IDE just holds the write back function which does access the data on the C/C++ side.
Reply


Messages In This Thread
RE: BASFILE - Converts small files to BAS code. - by RhoSigma - 09-28-2023, 10:56 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  BASFONT - Turns a FONT into BAS code SUB for using in your programs. Dav 9 2,896 09-04-2023, 12:13 AM
Last Post: grymmjack
  BASIMAGE - Put image files in BAS code to use with _PUTIMAGE Dav 12 3,784 07-17-2023, 03:18 AM
Last Post: SpriggsySpriggs
  UnscramblePic.bas - Rotate picture pieces puzzle Dav 14 3,731 07-15-2023, 07:12 PM
Last Post: Steffan-68
  RightClickMenu - Small right click popup menu function Dav 0 922 04-29-2022, 03:20 AM
Last Post: Dav

Forum Jump:


Users browsing this thread: