Sfoglia il codice sorgente

[Data Structure and Storage] Added Knapsack (#641)

Added Knapsack, a collection library inspired by Clojure's sequences. Its collections are immutable and lazy where possible. All operations are available as pure functions and as collection pipeline object's methods.
pull/659/head
Dušan Kasan 9 anni fa
parent
commit
aff6617076
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1
    0
      README.md

+ 1
- 0
README.md Vedi File

@@ -683,6 +683,7 @@ Libraries to help manage database schemas and migrations.
683 683
 * [Fractal](https://github.com/thephpleague/fractal) - A library for converting complex data structures to JSON output.
684 684
 * [Ginq](https://github.com/akanehara/ginq) - Another PHP library based on .NET's LINQ.
685 685
 * [JsonMapper](https://github.com/cweiske/jsonmapper) - A library that maps nested JSON structures onto PHP classes.
686
+* [Knapsack](https://github.com/DusanKasan/Knapsack) - Collection library inspired by Clojure's sequences.
686 687
 * [PHP Collections](https://github.com/schmittjoh/php-collection) - A simple collections library.
687 688
 * [PINQ](https://github.com/TimeToogo/Pinq) - A PHP library based on .NET's LINQ (Language Integrated Query).
688 689
 * [Serializer](https://github.com/schmittjoh/serializer) - A library for serialising and de-serialising data.

Loading…
Annulla
Salva