Code Monkey home page Code Monkey logo

osu_map_download's People

Contributors

avimitin avatar hollismeynell avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

avimitin

osu_map_download's Issues

性能提升

89行到111行 这一段其实可以把 boolean 判断提到 if let 前面。之前我也是这么写的。因为判断 true 和 false 只需要一个常数时间,而先调用正则识别并捕获特征这样的一个调用会有很大开销。

我的建议是先 if 判断是否还没更新,如果没更新再调用正则捕获特征。这样每次循环最坏情况下只会有一次大开销加N次常数开销,而不是 N 次大开销加一次常数开销。

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.