Code Monkey home page Code Monkey logo

Comments (6)

wellle avatar wellle commented on May 22, 2024

Most time is probably spent while creating the 536 operator pending mappings. Unfortunately I don't think we can move any of that into auto loaded functions.

I used this to measure how long targets.vim was sourced:

vim --startuptime time.vim +q && grep targets time.vim && rm time.vim
131.157  042.953  042.953: sourcing /Users/welle/.vim/bundle/targets.vim/plugin/targets.vim

I will see if I can make the loops any faster.

from targets.vim.

neersighted avatar neersighted commented on May 22, 2024

I'm seeing vastly different results.

459.897  111.382  111.382: sourcing /home/neersighted/.local/share/vim/bundle/targets.vim/plugin/targets.vim
VIM - Vi IMproved 7.4 (2013 Aug 10, compiled Jun 23 2014 18:06:49)
Included patches: 1-335
Compiled by neersighted
Huge version with GTK2 GUI.  Features included (+) or not (-):
...

from targets.vim.

wellle avatar wellle commented on May 22, 2024

Small update: I looked into it and found a way that would make targets.vim load faster. I would have to move most of the mapping logic into auto loaded functions. I want to finish #56 first though.

from targets.vim.

UnrealQuester avatar UnrealQuester commented on May 22, 2024

A big chunk is spent creating all those separator mappings. If you do not need all of them, you could disable them by modifying g:targets_separators.

from targets.vim.

wellle avatar wellle commented on May 22, 2024

Update: #56 is finished and this will be the next item on the list.

from targets.vim.

neersighted avatar neersighted commented on May 22, 2024

Great to see progress on this!

from targets.vim.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.