JavaScript closure-library

Open-source JavaScript projects categorized as closure-library

JavaScript closure-library Projects

  • closure-library

    Google's common JavaScript library

  • Project mention: For processing strings, streams in C++ can be slow | news.ycombinator.com | 2023-12-06

    > "I recently learned that some Node.js engineers prefer stream classes when building strings, for performance reasons." Pretty much tells you everything you need to know about node js, I guess.

    Google Closure Library includes a StringBuffer class. [1]

    I recall it having explanatory notes, but I don't see them in the code now. JavaScript engines can optimize a string concatenating to in-place edit, if there is only one reference to the first string. The StringBuffer class keeps the reference count at one, guaranteeing this optimization is available, even if the StringBuffer itself is ever shared.

    [1] https://github.com/google/closure-library/blob/master/closur...

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

JavaScript closure-library related posts

  • Closure Library Is in Maintenance Mode

    1 project | news.ycombinator.com | 6 Nov 2023
  • Which Type, Currency Values In DB?

    1 project | /r/webdev | 5 Oct 2022

Index

Project Stars
1 closure-library 4,841

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com