From c2c0a40d1f1de9ff583164c3d29f4d6472337528 Mon Sep 17 00:00:00 2001 From: Christoph Ortner Date: Mon, 3 Jun 2024 12:31:18 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5b200a5..908cc5b 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://ACEsuit.github.io/WithAlloc.jl/dev/) --> [![Build Status](https://github.com/ACEsuit/WithAlloc.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/ACEsuit/WithAlloc.jl/actions/workflows/CI.yml?query=branch%3Amain) -This package implements a very small extension to [Bumper.jl](https://github.com/MasonProtter/Bumper.jl). +This package implements a very small extension to [Bumper.jl](https://github.com/MasonProtter/Bumper.jl). It is currently registered in the [ACE Registry](https://github.com/ACEsuit/ACEregistry) but not yet the general registry. To test it out either install the ACE registry or just clone it. Bumper strongly enourages (almost enforces) that it is used purely from within `@no_escape` blocks. Bumper-allocating an array in a function and passing it back to the caller should generally be avoided. This results in a common pattern: ```julia