Giter Site home page Giter Site logo

loba's People

Contributors

rdnewman avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

yakschuss

loba's Issues

Refactor module organization

Current module technique may not be appropriate. Perhaps self.ts instead of Loba::ts? Research best practices around modules.

Upgrade output to use Ruby logger

instead of just puts. Might allow more consistent use in non-Rails apps that use the logger too. Since this is not expected to be used in production, integration with app's standard logging is probably overkill.

  • might be simple to change out puts, though the lambda will need to be parallel with the Rails logger use
  • Rails use can probably stay as is

simple CLI commands for code mgmt

  • loba check quick grep of loba commands in source code base (helpful for seeing if left in)
  • loba clear quick removal of loba commands in source code base (just wipe all diagnostics out when done)

These will affect how environment notes are written...

Improve performance of Loba.val

Running ruby-prof shows that binding.of_caller is relatively expensive (though performance isn't overall that bad).

Could perhaps amend Loba::Internal::Value.phrases to pass a common binding.of_caller object to calls in Loba::Internal::Value::ValueHelper which may reduce some of the overhead in initializing its objects. Overall, this could cut the time in Loba.val perhaps by 50%, though could perhaps make the code a bit more complicated to follow.

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.