New version of TSE: 4.45

44 views
Skip to first unread message

S.E. Mitchell

unread,
Aug 1, 2022, 6:52:05 AM8/1/22
to TSEPro Support
New version of TSE for Windows has been uploaded to semware.com
Download link: https://semware.com/files/tse-pro-install/tse-setup-4.45.zip

--
Sammy Mitchell

zhong zhao

unread,
Aug 3, 2022, 4:00:07 AM8/3/22
to SemWare TSE Pro text editor
I found TSE 4.45 load multifiles speed is faster than the old version of TSE.

knud van eeden

unread,
Aug 13, 2022, 8:07:17 PM8/13/22
to SemWare TSE Pro text editor
Computer: Editor: Text: TSE: Test load time of only 1 large file of 1.044.740.484 (about 1 gigabytes)

1. -Compiling and running this program immediately after start

PROC Main()
 INTEGER bufferI = 0
 bufferI = CreateTempBuffer()
 AddLine( Str( GetClockTicks() ), bufferI )
 EditFile( "c:\temp\addjob00.dok" )
 AddLine( Str( GetClockTicks() ), bufferI )
 GotoBufferId( bufferI )
END

2. -Result

Knud 4.43: 626 - 350 clockticks = 276 clockticks = 15 seconds

Clean 4.43: 615 - 253 clockticks = 362 clockticks = 20 seconds

Clean 4.45: 607 - 309 clockticks = 298 clockticks = 16 seconds

3. -Conclusion:

Loading 1 large file does not look to be signicant faster between TSE version 4.43 and TSE version 4.45.

---

.

knud van eeden

unread,
Aug 13, 2022, 8:25:46 PM8/13/22
to SemWare TSE Pro text editor
There must have been a temporary load on my system, because when redoing it now the times are about 2 to 3 seconds for the 1 gigabyte file loaded in clean 4.43 or clean 4.45 TSE

 PROC Main()
  INTEGER bufferI = 0
  INTEGER I1 = 0
  INTEGER I2 = 0
  bufferI = CreateTempBuffer()
  I1 = GetClockTicks()
  AddLine( Str( I1 ), bufferI )
  EditFile( "c:\temp\addjob00.dok" )
  I2 = GetClockTicks()
  AddLine( Str( I2 ), bufferI )
  AddLine( Format( ( I2 - I1 ) / 18, " ", "seconds" ), bufferI )
  GotoBufferId( bufferI )
 END


--

---
You received this message because you are subscribed to the Google Groups "SemWare TSE Pro text editor" group.
To unsubscribe from this group and stop receiving emails from it, send an email to semware+u...@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/semware/557607964.1453681.1660435636560%40mail.yahoo.com
.
Reply all
Reply to author
Forward
0 new messages