kitteh
A pure java web server (by msx80)
Persistent Collection
A Persistent Java Collections Library (by hrldcpr)
kitteh | Persistent Collection | |
---|---|---|
3 | 4 | |
3 | 768 | |
- | 0.1% | |
2.5 | 6.6 | |
over 1 year ago | about 1 year ago | |
Java | Java | |
GNU General Public License v3.0 only | GNU General Public License v3.0 or later |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
kitteh
Posts with mentions or reviews of kitteh.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-11-17.
-
Need some guidance on web frameworks for a simple project
Alternatively, you could check some micro http server, many just require a couple of lines to setup. I've even made one myself, kitteh, otherwise there plenty to choose from, spark for example is super simple.
-
When Project Loom is launched, will web servers use one virtual thread per request instead of os thread?
uhm i'll look into it when it's ready, then decide if use it on my small web server. Probably more for exploration and fun then for real need.
-
Libraries, Frameworks and Technologies you would NOT recommend
Spring boot is ok, altho i feel it only spread becouse of "spring". Small self contained http servers library existed before (they're pretty simple to make too, i did one myself), they were just not considered, in favour of big servers like tomcat etc.
Persistent Collection
Posts with mentions or reviews of Persistent Collection.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-07-11.
-
I had a great experience with Scala and hopefully it will get more popular
So does Java! Also, kotlinx.collections is still not stable and I don't think they are intending to make it so any time soon.
-
What’s so great about functional programming anyway?
> If you are using containers, always, always, always use immutable containers from Google Guava unless you have an exceptionally good reason.
I actually prefer pcollections: https://github.com/hrldcpr/pcollections
AtomicReference + immutable data types is a really nice way to program in Java, and is basically the way most Clojure programs are written.
- Why Java's Records Are Better* Than Lombok's Data and Kotlin's Data Classes
-
Libraries, Frameworks and Technologies you would NOT recommend
You might consider persistent collections instead of immutable collections, I believe it is more optimized https://github.com/hrldcpr/pcollections
What are some alternatives?
When comparing kitteh and Persistent Collection you can also consider the following projects:
soteria - Soteria, a Jakarta Security implementation
Big Queue - A big, fast and persistent queue based on memory mapped file.
record-builder - Record builder generator for Java records
tape - A lightning fast, transactional, file-based FIFO for Android and Java.
Apache Shiro - Apache Shiro
dexx - Persistent (immutable) collections for Java and Kotlin