Results 1 to 2 of 2

Thread: Current development

  1. #1
    thinBasic author ErosOlmi's Avatar
    Join Date
    Sep 2004
    Location
    Milan - Italy
    Age
    57
    Posts
    8,777
    Rep Power
    10

    Current development

    Just to let all know, we are completely recoding internal thinBasic data structure algorithms.
    The reasons are:
    • better memory handling
    • better memory releasing
    • code property (before we were using some public code from others)
    • improve stability (previous code gave some random GPF on memory releasing)
    • possibly improve speed


    This process touches the whoole variables handling (globals, locals, any type), all keywords handling, all functions handling. Most of the hard work is done by Hash Tables, and Data Dictionaries.

    We have almost finished. Just hardly testing all possible aspects in order to avoid any bug related to this process.

    Regards
    Eros
    www.thinbasic.com | www.thinbasic.com/community/ | help.thinbasic.com
    Windows 10 Pro for Workstations 64bit - 32 GB - Intel(R) Xeon(R) W-10855M CPU @ 2.80GHz - NVIDIA Quadro RTX 3000

  2. #2
    thinBasic author ErosOlmi's Avatar
    Join Date
    Sep 2004
    Location
    Milan - Italy
    Age
    57
    Posts
    8,777
    Rep Power
    10

    Re: Current development

    Almost finished new internal data development.
    Results are very positive.

    Stay tuned for new final release.
    www.thinbasic.com | www.thinbasic.com/community/ | help.thinbasic.com
    Windows 10 Pro for Workstations 64bit - 32 GB - Intel(R) Xeon(R) W-10855M CPU @ 2.80GHz - NVIDIA Quadro RTX 3000

Members who have read this thread: 0

There are no members to list at the moment.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •