You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 8, 2024. It is now read-only.
At first I want to sorry about english. So this tool (color_coded) are greate! But... here is a several problems with it:
Speed. Lexical and semantic analizing is slow operations and it need many resources (cpu and memory), so, sometimes vim works very slow. Usage of memory by vim can be more then 1.8Gb!
Hard for debugging. color_coded can work only as integrated in vim plugin, so I don't know how debug it at real time or other way...
Stability. Sometimes color_codedchrashs. And it crash vim also. This hapens not offen, but this is very unpleasant.
Integrating with other editors
So, I think client-server architecture will fix all this problems. I write some prototype of server and client. Client fully writed by vimscript (but uses extarnal program md5sum for caching server results) and not required lua support.
At first I want to sorry about english. So this tool (
color_coded) are greate! But... here is a several problems with it:Speed. Lexical and semantic analizing is slow operations and it need many resources (cpu and memory), so, sometimes vim works very slow. Usage of memory by vim can be more then 1.8Gb!
Hard for debugging.
color_codedcan work only as integrated invimplugin, so I don't know how debug it at real time or other way...Stability. Sometimes
color_codedchrashs. And it crashvimalso. This hapens not offen, but this is very unpleasant.Integrating with other editors
So, I think client-server architecture will fix all this problems. I write some prototype of server and client. Client fully writed by
vimscript(but uses extarnal programmd5sumfor caching server results) and not requiredluasupport.What you think about it?