Skip to content

Commit 03f0793

Browse files
authored
Added note about performance into the readme
1 parent a9ee7a8 commit 03f0793

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,8 @@ APCu Backwards Compatibility Module
44
[![Build Status](https://travis-ci.org/krakjoe/apcu-bc.svg?branch=master)](https://travis-ci.org/krakjoe/apcu-bc)
55

66
This module provides a backwards APC compatible API using [APCu](https://github.com/krakjoe/apcu).
7+
8+
Performance
9+
===========
10+
11+
There is no appreciable difference; This layer calls the same internal (to apc) functions that APCu does, but just accepts the old parameters, the only meaningful difference is prototypes and names of functions.

0 commit comments

Comments
 (0)