Fresh IDE . Timeline
Not logged in

This repository is a mirror!

The original is located on: https://fresh.flatassembler.net/fossil/repo/fresh
If you want to follow the project, please update your remote-url

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

1 check-in using file freshlib/TestGroundFreshEdit.asm version 0e2d47a5e9

2011-12-15
13:24
Changed StrLib in order to provide faster StrNew allocation strategy. Now StrNew searches only fixed number of cells in atempt to find free string handle. If the free cell is not found, new one is allocated at the end of the array. The search next time continues from the point it stops the previous call. Thus, if there are some free slots, they will be found and reused early or later without affecting allocation speed. check-in: 322fc88a06 user: lhmnai0 tags: FreshLibDev