Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Lambda Island Open Source

Creating open source for the Clojure ecosystem
Collective - Host: europe - https://opencollective.com/lambda-island - Website: https://lambdaisland.com/ - Code: https://github.com/lambdaisland

Calculate the edit distance without generating the edit script. 25% speed improvement.

github.com/lambdaisland/clj-diff - 6f2e963a8841e1ac736b3c12c676a96aeeeeef17 authored over 13 years ago by Brenton Ashworth <[email protected]>
Ignore the docs directory.

github.com/lambdaisland/clj-diff - 770ac95c8b33bd2df32b0098e7877fd3b95c7d8e authored over 13 years ago by Brenton Ashworth <[email protected]>
Fix case where there are no deletions or insertions in levenshtein-distance. Add tests.

github.com/lambdaisland/clj-diff - 8b8a124382551858ba19c993cac75a4630e1a356 authored over 13 years ago by Brenton Ashworth <[email protected]>
Add new impl for testing better levenshtein distance.

github.com/lambdaisland/clj-diff - 90d912a2e93911758c5f85529aba066a8acb5280 authored over 13 years ago by Brenton Ashworth <[email protected]>
Use lein-difftest for testing.

github.com/lambdaisland/clj-diff - c41b35a7ddae8902641129c7af65edc0558068a2 authored over 13 years ago by Brenton Ashworth <[email protected]>
Add script for compiling Java.

github.com/lambdaisland/clj-diff - acec24f3099afc910d034a6488d97d28d248fae7 authored about 14 years ago by bashwort <[email protected]>
Improve performance for sequences by not doing the optimizations. Optimizations for Strings do not work on sequences.

github.com/lambdaisland/clj-diff - db92b04231926667c3409c18c9a3326331cb77cd authored about 14 years ago by Brenton Ashworth <[email protected]>
Add some Java to improve performance of String operations.

github.com/lambdaisland/clj-diff - 110c52c1029241c3420b52ccb5340fe59a738717 authored about 14 years ago by Brenton Ashworth <[email protected]>
Improve performance of common-prefix and suffix functions for Strings.

github.com/lambdaisland/clj-diff - 4f0014e4349a061d69d97f3ffcca721a1c5b38ed authored about 14 years ago by Brenton Ashworth <[email protected]>
Add Roadmap to README.

github.com/lambdaisland/clj-diff - c31a130003b88809d4da5c38af18297a34677431 authored about 14 years ago by Brenton Ashworth <[email protected]>
Update README.

github.com/lambdaisland/clj-diff - 770bd1f6d5e482d4db929aec83192ed238101bbb authored about 14 years ago by Brenton Ashworth <[email protected]>
Add Levenshtein distance function.

github.com/lambdaisland/clj-diff - a7b5e28c5f64552e55f4d4040aadb95844815b41 authored about 14 years ago by Brenton Ashworth <[email protected]>
Move performance code to new project.

github.com/lambdaisland/clj-diff - 5c755087e134c64a29c8a3f0eaed3d0995cfdab0 authored about 14 years ago by Brenton Ashworth <[email protected]>
Improve function documentation.

github.com/lambdaisland/clj-diff - 5d5264eb7328e1f0c72c52bd97613bbb56a29e68 authored about 14 years ago by Brenton Ashworth <[email protected]>
Added push script. Update README.

github.com/lambdaisland/clj-diff - 68d907e8b2eb20996d5bea6e0749769ee7a019d3 authored about 14 years ago by Brenton Ashworth <[email protected]>
Two minor code improvements. Update README.

github.com/lambdaisland/clj-diff - fc6ee90f30385613e582d26c2b5054a500ab8112 authored about 14 years ago by Brenton Ashworth <[email protected]>
Ignore test source files.

github.com/lambdaisland/clj-diff - c79679f0ceda52d321e2c1b5618cbff904ec9075 authored about 14 years ago by Brenton Ashworth <[email protected]>
Remove file performance tests.

github.com/lambdaisland/clj-diff - bb146feb706e73281adbdde7330b694cdc0cd3d2 authored about 14 years ago by Brenton Ashworth <[email protected]>
Add some simple source file performance tests.

github.com/lambdaisland/clj-diff - 651e2d69e77a1898332c333c38628377c348ea4c authored about 14 years ago by Brenton Ashworth <[email protected]>
Update README.

github.com/lambdaisland/clj-diff - 3f047d1124fd8994cc35b19ce33f33eeae6a84fa authored about 14 years ago by Brenton Ashworth <[email protected]>
Add multimehod for patch. Clean up documentation.

github.com/lambdaisland/clj-diff - 8efc888870e7d1803f77afcbe80a940ff3602f4e authored about 14 years ago by Brenton Ashworth <[email protected]>
Improve the implementation of the miller algorithm.

github.com/lambdaisland/clj-diff - e29d2fe0db1f9bc0f2d571a027cb1a67344a3f9a authored about 14 years ago by Brenton Ashworth <[email protected]>
Add more common optimisations.

github.com/lambdaisland/clj-diff - a8e99c060f2204322fbe6f36d2b2bf27c7bb7250 authored about 14 years ago by Brenton Ashworth <[email protected]>
Do not track images.

github.com/lambdaisland/clj-diff - ab0448770310d771ee7085a23682c80c6533d738 authored about 14 years ago by Brenton Ashworth <[email protected]>
Added optimisations for strings.

github.com/lambdaisland/clj-diff - 93e8be9dc2ad3dfc03c5897129f8165fc2b42d5e authored about 14 years ago by Brenton Ashworth <[email protected]>
Improve performance code. Start working on common optimisations.

github.com/lambdaisland/clj-diff - 68f4144952a8a76587dec0f30e5a53fde0904154 authored about 14 years ago by Brenton Ashworth <[email protected]>
Add the miller algorithm.

github.com/lambdaisland/clj-diff - 9d9ade2bb0a28885e87bafa22aa67f46998b5b8b authored about 14 years ago by Brenton Ashworth <[email protected]>
Make common functions public. More consistent names.

github.com/lambdaisland/clj-diff - 22d3b83bbb7c8ab1d7309515e12ef5e3eced7e55 authored about 14 years ago by Brenton Ashworth <[email protected]>
Update charts and README.

github.com/lambdaisland/clj-diff - 44c2c2dc5ba67af748ea1a201ac07336ac608eb6 authored about 14 years ago by Brenton Ashworth <[email protected]>
Add unit test for mutate and update the charts.

github.com/lambdaisland/clj-diff - 4afdaaf3135cb867c75d224b3cc9ae542f77cd4e authored about 14 years ago by Brenton Ashworth <[email protected]>
Finish performance tests. Update README.

github.com/lambdaisland/clj-diff - 0076f29481c313e486c703f23ec1627864f8b05f authored about 14 years ago by Brenton Ashworth <[email protected]>
Start working on automated performance tests.

github.com/lambdaisland/clj-diff - 6e08c146a61b5dccc6d6e326b4807cc790ed05f5 authored about 14 years ago by Brenton Ashworth <[email protected]>
Diff didn't work when the first item in both sequences were the same.

github.com/lambdaisland/clj-diff - 513b5c7d8688dfc5e7979fab2604a1e7787d3a72 authored about 14 years ago by Brenton Ashworth <[email protected]>
Fix diff. Edit scripts were not always correct because butlast turned vector into a list. Edit script indecies are 0 based but need a way to add things at the beginning of a sequence - added special case for an index of -1.

github.com/lambdaisland/clj-diff - 5c263835fe2c4ee0e908a2ba88d904a888a63577 authored about 14 years ago by Brenton Ashworth <[email protected]>
Update README.

github.com/lambdaisland/clj-diff - 5a00a964df72e091d2cfa86edc2f4c3248a5859e authored about 14 years ago by Brenton Ashworth <[email protected]>
Update README.

github.com/lambdaisland/clj-diff - 15085bb2d17b9bc9928bf9504bc1f8fb0b6ada8c authored about 14 years ago by Brenton Ashworth <[email protected]>
One more README udpate. Because I'm anal.

github.com/lambdaisland/clj-diff - 8dee8521e757b889251b79b85ec7385ac31afe39 authored about 14 years ago by Brenton Ashworth <[email protected]>
Update README.

github.com/lambdaisland/clj-diff - 8de877dd57b3a09a736799e7dfd1f624884ef848 authored about 14 years ago by Brenton Ashworth <[email protected]>
Initial commit.

github.com/lambdaisland/clj-diff - c4265368107a5dd3870d56db78b64eef21b4cf24 authored about 14 years ago by Brenton Ashworth <[email protected]>