reaper-oss / sws

The SWS extension is a collection of features that seamlessly integrate into REAPER, the Digital Audio Workstation (DAW) software by Cockos, Inc
https://www.sws-extension.org/
MIT License
455 stars 85 forks source link

Slow REAPER startup since v2.1.0 #11 #385

Closed Jeff0S closed 10 years ago

Jeff0S commented 10 years ago

From jeffos...@gmail.com on September 23, 2011 13:20:34

http://forum.cockos.com/showthread.php?t=88387 The title says is all: REAPER startup is slowed down (if no S&M project notes are defined, which should often occur..)

Tech.: the prob is not in r562 /SnM_NotesHelpView.cpp's mod (indeed faster) but in r563 : slow ChunkLeftTrim().

Original issue: http://code.google.com/p/sws-extension/issues/detail?id=385

Jeff0S commented 10 years ago

From jeffos...@gmail.com on September 23, 2011 14:49:46

fixed in r568 : ChunkLeftTrim() is much faster.

Status: Fixed

Jeff0S commented 10 years ago

From jeffos...@gmail.com on October 01, 2011 03:15:35

the slow was due to WDL_String.Append(), a new WDL mod in r571 should fix this issue in a more general way..