awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
Back to eriksencosta/math-common

Open-source alternatives to Math Common

24 open-source projects similar to eriksencosta/math-common, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Math Common alternative.

  • bmaslakov/kotlin-algorithm-clubbmaslakov avatar

    bmaslakov/kotlin-algorithm-club

    929View on GitHub↗

    This project is a comprehensive library of fundamental computer science algorithms and data structures implemented in Kotlin. It serves as a toolkit for software engineering proficiency, providing a collection of standard computational techniques designed to operate on any data type through the use of language-level generics. The library distinguishes itself by emphasizing educational clarity and type-safe implementation. It utilizes interface-based abstractions to decouple algorithmic logic from specific data structures, while employing recursive problem decomposition and immutable state pat

    Kotlinalgorithmcomputer-sciencedata-structures
    View on GitHub↗929
  • daniel-rusu/pods4kD

    daniel-rusu/pods4k

    0View on GitHub↗
    View on GitHub↗0
  • eriksencosta/math-percentageE

    eriksencosta/math-percentage

    0View on GitHub↗
    View on GitHub↗0
  • eriksencosta/moneyE

    eriksencosta/money

    0View on GitHub↗
    View on GitHub↗0
  • jetbrains/kotlinJetBrains avatar

    JetBrains/kotlin

    52,880View on GitHub↗

    Kotlin is a statically typed, general-purpose programming language designed for type safety and concise syntax. It functions as a cross-platform development toolkit that enables the sharing of business logic across mobile, web, and server-side environments by compiling a unified intermediate representation into platform-specific machine code, bytecode, or source code. The project distinguishes itself through a multi-target build orchestration model that manages complex compilation units and hierarchical source sets. Developers can define common interface logic that is satisfied by platform-sp

    Kotlincompilergradle-pluginintellij-plugin
    View on GitHub↗52,880

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • jetbrains/kotlin-nativeJetBrains avatar

    JetBrains/kotlin-native

    6,982View on GitHub↗

    Kotlin-native is an ahead-of-time, cross-platform compiler and toolchain that transforms Kotlin source code into standalone native machine binaries. It functions as an LLVM native compiler, producing executable files that run directly on hardware without the requirement of a virtual machine. The project enables cross-platform native development across multiple operating systems and processor architectures, including iOS, Linux, and Windows. This allows for the creation of native Apple platform applications and software for embedded systems programming where direct memory management and minima

    Kotlinccompilerkotlin
    View on GitHub↗6,982
  • kittinunf/resultkittinunf avatar

    kittinunf/Result

    936View on GitHub↗

    The modelling for success/failure of operations in Kotlin and KMM (Kotlin Multiplatform Mobile)

    Kotlinfunctionalkotlinkotlin-multiplatform
    View on GitHub↗936
  • kizitonwose/timekizitonwose avatar

    kizitonwose/Time

    983View on GitHub↗

    Type-safe time calculations in Kotlin, powered by generics.

    Kotlingenericsintervalkotlin
    View on GitHub↗983
  • kohesive/klutterK

    kohesive/klutter

    0View on GitHub↗
    View on GitHub↗0
  • korlibs/klockK

    korlibs/klock

    0View on GitHub↗
    View on GitHub↗0
  • kotlin/kotlinx.coroutinesKotlin avatar

    Kotlin/kotlinx.coroutines

    13,703View on GitHub↗

    Kotlinx.coroutines is a library for managing non-blocking background tasks and structured concurrency within the Kotlin programming language. It provides a framework for executing concurrent operations and synchronizing shared state, replacing traditional thread management and complex callback chains with lightweight primitives. The library utilizes a structured concurrency hierarchy to organize hierarchical background tasks, ensuring that lifecycle management, cancellation, and timeout handling propagate automatically to prevent resource leaks. It employs continuation-passing style transform

    Kotlinasynccoroutineskotlin
    View on GitHub↗13,703
  • kotlin/kotlinx-datetimeKotlin avatar

    Kotlin/kotlinx-datetime

    2,775View on GitHub↗

    kotlinx-datetime is a multiplatform library for handling date, time, and calendar operations across different targets. It provides a consistent set of data types for representing instants and local date-times, serving as a standardized API for temporal management. The toolkit focuses on ISO 8601 compliance for parsing and formatting date and time strings. It implements a multiplatform approach to ensure that timestamps and calendar logic remain consistent across all supported platforms. The library covers temporal data modeling, calendar arithmetic for calculating durations and periods, and

    Kotlindatedatetimekotlin
    View on GitHub↗2,775
  • kotlin/kotlinx.serializationKotlin avatar

    Kotlin/kotlinx.serialization

    5,929View on GitHub↗

    kotlinx.serialization is an official Kotlin library that provides a multiplatform serialization framework for converting Kotlin objects to and from multiple data formats. It uses a Kotlin compiler plugin to generate serializer and deserializer code at compile time, avoiding runtime reflection and preserving type safety through annotations like @Serializable. The library supports JVM, JS, and Native targets with platform-specific runtime libraries, enabling consistent serialization across all Kotlin environments. The library distinguishes itself through its multi-format encoder-decoder abstr

    Kotlincborjsonkotlin
    View on GitHub↗5,929
  • kotlin/multikK

    Kotlin/multik

    0View on GitHub↗
    View on GitHub↗0
  • louiscad/splittiesLouisCAD avatar

    LouisCAD/Splitties

    2,585View on GitHub↗

    A collection of hand-crafted extensions for your Kotlin projects.

    Kotlinandroidandroid-librarycoroutines
    View on GitHub↗2,585
  • marioariasc/funktionaleMarioAriasC avatar

    MarioAriasC/funKTionale

    915View on GitHub↗

    Functional constructs for Kotlin

    Kotlinfunctional-programmingkotlin
    View on GitHub↗915
  • michaelbull/kotlin-resultmichaelbull avatar

    michaelbull/kotlin-result

    1,255View on GitHub↗

    A multiplatform Result monad for modelling success or failure operations.

    Kotlinbrowserclasseither
    View on GitHub↗1,255
  • mplatvoet/kovenantM

    mplatvoet/kovenant

    0View on GitHub↗
    View on GitHub↗0
  • pawegio/kandroidpawegio avatar

    pawegio/KAndroid

    891View on GitHub↗

    Kotlin library for Android

    Kotlin
    View on GitHub↗891
  • romainguy/kotlin-mathR

    romainguy/kotlin-math

    0View on GitHub↗
    View on GitHub↗0
  • seljabali/java-time-funS

    seljabali/java-time-fun

    0View on GitHub↗
    View on GitHub↗0
  • square/kotlinpoetsquare avatar

    square/kotlinpoet

    4,141View on GitHub↗

    KotlinPoet is a Java-based API for programmatically creating and formatting Kotlin source files. It serves as a source code generator and type system mapper, providing a framework to build Kotlin code structures through a type-safe model of language elements to automate the production of boilerplate. The project utilizes a fluent-builder pattern to incrementally construct language elements and maintains an internal object-model representation that separates logical structure from final text formatting. It handles the complexities of source emission through indentation-based formatting and key

    Kotlincode-generationjavapoetkotlin
    View on GitHub↗4,141
  • square/okiosquare avatar

    square/okio

    8,986View on GitHub↗

    Okio is a Java I/O library providing a set of tools for efficient byte-stream processing and file system operations. It functions as a buffered byte stream handler and streaming data transformer, utilizing a cross-platform file system API to manage data movement. The project is distinguished by its use of pooled mutable byte buffers that treat sequences as queues to reduce memory copying and garbage collection churn. It further decouples file operations from the host operating system through an abstraction-based file system, allowing for consistent path manipulation and atomic operations acro

    Kotlinkotlinkotlin-multiplatform
    View on GitHub↗8,986
  • z4kn4fein/kotlin-semverZ

    z4kn4fein/kotlin-semver

    0View on GitHub↗
    View on GitHub↗0