
Product
A Fresh Look for the Socket Dashboard
We’ve redesigned the Socket dashboard with simpler navigation, less visual clutter, and a cleaner UI that highlights what really matters.
github.com/lassilaiho/compression-algorithms-tiralabra
This project is an implementation and comparison of two data compression algorithms, Huffman coding and LZ77. This is a project for the course "Aineopintojen harjoitustyö: tietorakenteet ja algoritmit" at the University of Helsinki.
The following programs are required for all Make targets and must be installed and available in the path:
Some targets require more dependencies in addition to the ones above.
If you want to run make lint
, you need
If you want to build the documentation (only necessary if you want to edit it), you need
If you want to run generate the performance report, you need
The compression programs can be built by running make all
at the root of the
repository.
make lint
runs go vet
and golint
on the project.
make test
executes unit tests and writes a test coverage report to
cover.out
. The report can be viewed by running
go tool cover -html=cover.out
An online test coverage report can be found here.
make perf-report
generates the performance report. This can take a long time.
make gendocs
generates documentation from .template.md
files in docs
directory. This target requires the files generated by make perf-report
.
Because generating the performance report is so slow, it is not done automatically.
FAQs
Unknown package
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
We’ve redesigned the Socket dashboard with simpler navigation, less visual clutter, and a cleaner UI that highlights what really matters.
Industry Insights
Terry O’Daniel, Head of Security at Amplitude, shares insights on building high-impact security teams, aligning with engineering, and why AI gives defenders a fighting chance.
Security News
MCP spec updated with structured tool output, stronger OAuth 2.1 security, resource indicators, and protocol cleanups for safer, more reliable AI workflows.