Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optimize memory usage in CssCompressor + API extensions #157

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

panchenko
Copy link

A few changes in this pull request:

  1. Can be created providing input as String
  2. Faster loading from Reader
  3. Allow using the class without Reader/Writer - should be useful for integrating in other tools
  4. Reuse StringBuffer in the compress() function
  5. Using generics for ArrayList allows to remove some .toString() calls

@tml tml self-assigned this Aug 24, 2014
@tml
Copy link
Contributor

tml commented Nov 14, 2014

@panchenko Looks good. Can you update this patch to remove the conflicts so I can merge it?

@tml tml added this to the 3.0.0 milestone Nov 2, 2015
@tml tml self-assigned this Dec 14, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants