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

Removes the binary dependency #116

Merged
merged 6 commits into from
Jan 29, 2018
Merged

Removes the binary dependency #116

merged 6 commits into from
Jan 29, 2018

Conversation

mcollina
Copy link
Owner

As titled, this switches from native-hdr-histogram to hdr-histogram-js.
In my tests, the throughput is about the same, if not slightly higher.
It solves all the problems downloading binary components.

Copy link
Collaborator

@GlenTiki GlenTiki left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this lgtm, but I'll take a look at appveyor before merging

Appveyor is broken due to the buffer changes you've made not being backported to the older versions of v4/5. I've slacked you an alternative appveyor file to work on for getting that ci green again. we should still support 4 until its EOL at end of March/April, right?

.travis.yml Outdated
@@ -4,6 +4,8 @@ node_js:
- "4"
- "6"
- "7"
- "8"
- "9"
env:
- CC=gcc-4.8 CXX=g++-4.8
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should actually be able to remove these build tools, right?

@mcollina
Copy link
Owner Author

This should be ready to land.

@GlenTiki GlenTiki merged commit dc569bc into master Jan 29, 2018
@GlenTiki GlenTiki deleted the js-hdr branch January 29, 2018 10:30
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