Skip to content

Commit

Permalink
Merge pull request #2 from SciML/ChrisRackauckas-patch-1
Browse files Browse the repository at this point in the history
Add some README
  • Loading branch information
ChrisRackauckas authored Jan 25, 2024
2 parents 3d3e332 + 68e15ec commit bc286f8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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`

0 comments on commit bc286f8

Please sign in to comment.