From 68e15ecd32d83eaa2ca3b569d8c9380d9266766c Mon Sep 17 00:00:00 2001 From: Christopher Rackauckas Date: Thu, 25 Jan 2024 15:28:01 -0500 Subject: [PATCH] Add some README --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index a9f108c..eec6dab 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,10 @@ # FindFirstFunctions [![Build Status](https://github.com/SciML/FindFirstFunctions.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/SciML/FindFirstFunctions.jl/actions/workflows/CI.yml?query=branch%3Amain) + +FindFirstFunctions.jl is a package for faster `findfirst` type functions. These are specailized to improve performance +over more generic implementations. + +## Functions + +* `findfirstequal(x::Int64,A::DenseVector{Int64})`: finds the first value in `A` equal to `x`