jclasslib
jclasslib bytecode editor is a tool that visualizes all aspects of compiled Java class files and the contained bytecode. (by ingokegel)
kotlinx.atomicfu
The idiomatic way to use atomic operations in Kotlin (by Kotlin)
jclasslib | kotlinx.atomicfu | |
---|---|---|
3 | 4 | |
2,833 | 977 | |
0.7% | 2.1% | |
8.1 | 8.0 | |
2 months ago | 8 days ago | |
Kotlin | Kotlin | |
GNU General Public License v3.0 or later | 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.
jclasslib
Posts with mentions or reviews of jclasslib.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-08-17.
-
Help?
You might be able to use a tool like https://github.com/ingokegel/jclasslib that allows some editing. I've never used it and have no idea whether it will support what you need to achieve in terms of editing or what range of class-formats it supports.
-
Debugger for Java Bytecode
I use jclasslib to view bytecode: https://github.com/ingokegel/jclasslib
-
FlatLaf 1.0 - Swing Look and Feel
FlatLaf is already used in a lot of open-source and commercial applications. To name only a few: Apache NetBeans, jclasslib, KeyStore Explorer, install4j, DbVisualizer, MagicPlot, OWASP ZAP. Here is a longer list.
kotlinx.atomicfu
Posts with mentions or reviews of kotlinx.atomicfu.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-02-20.
-
EffeKt: reactivity in kotlin
You could look into using https://github.com/Kotlin/kotlinx-atomicfu instead of using java atomics
- Design pattern for coroutines sharing mutable state and running serially
-
Coroutines
} `` Unfortunately,AtomicBooleanis JVM-specific. If you work on multiplatfrom code, you can use [kotlinx.atomicfu](https://github.com/Kotlin/kotlinx.atomicfu),CompletableDeferred` or channel.
-
Kotlin Team AMA #3: Ask Us Anything
Other examples are atomicfu and power assert (developed and maintained externally!), and we expect this list to grow even further.
What are some alternatives?
When comparing jclasslib and kotlinx.atomicfu you can also consider the following projects:
kformula - Mathematical expression engine written in Kotlin, running on JVM.
better-parse - A nice parser combinator library for Kotlin
kotlin-logging - Lightweight Multiplatform logging framework for Kotlin. A convenient and performant logging facade.
groothy - Kotlin implementation of Groovy Truth
aleksa - Aleksa is a small framework for writing Alexa Skills in Kotlin
kovenant - Kovenant. Promises for Kotlin.