Commit Graph

8 Commits (3c4dc71f4e6e7bb55c24075933388d94c5b8f2f0)

Author SHA1 Message Date
mahdikshk fec7f53298
Minor typo in object pool documentations (#31387) 2024-01-09 08:58:16 -05:00
Rick Anderson 6172641af7
Better comments in object pool /5 (#29054)
* Better comments in object pool /5

* Better comments in object pool /5

* Better comments in object pool /5
2023-04-20 19:57:13 -10:00
Rick Anderson eca83c72c9
mon prep for objectpool (#29018)
* mon prep for objectpool

* mon prep for objectpool

* mon prep for objectpool

* mon prep for objectpool
2023-04-19 16:33:51 -10:00
Samson Amaugo e77827e798
chore : used the clear method (#28764)
* chore : used the clear method

Signed-off-by: Samson Amaugo <sammychinedu2ky@gmail.com>

* Update aspnetcore/performance/ObjectPool/ObjectPoolSample8/BirthdayMiddleware.cs

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>

* feat : implemented the IResettable and IPooledObjectPolicy

Signed-off-by: Samson Amaugo <sammychinedu2ky@gmail.com>

* return to the pool

* fix: set proper return object

* changed prop name

;

* created new buffer

* Update aspnetcore/performance/ObjectPool/ObjectPoolSample8/Program.cs

Co-authored-by: James Newton-King <james@newtonking.com>

* Update aspnetcore/performance/ObjectPool/ObjectPoolSample8/Program.cs

Co-authored-by: James Newton-King <james@newtonking.com>

* Update aspnetcore/performance/ObjectPool/ObjectPoolSample8/Program.cs

Co-authored-by: James Newton-King <james@newtonking.com>

* Update aspnetcore/performance/ObjectPool/ObjectPoolSample8/Program.cs

Co-authored-by: James Newton-King <james@newtonking.com>

* using spans

* changed route

* Update aspnetcore/performance/ObjectPool/ObjectPoolSample8/Program.cs

Co-authored-by: James Newton-King <james@newtonking.com>

---------

Signed-off-by: Samson Amaugo <sammychinedu2ky@gmail.com>
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
Co-authored-by: James Newton-King <james@newtonking.com>
2023-04-17 14:31:44 -10:00
Rick Anderson 72fa3983fa
Create stub.txt 2023-03-13 08:45:22 -10:00
Rick Anderson 6bd3f094bc
Object Reuse thread safe /1 (#28152)
* Object Reuse thread safe /1

* Object Reuse thread safe /1

* Object Reuse thread safe /1

* Object Reuse thread safe /1
2023-01-20 16:51:42 -10:00
Rick Anderson 318ec650c7
Clean/input/ra (#18951)
* Clean user input before using

* Clean user input before using

* Clean user input before using

* Clean user input before using

* Clean user input before using

* Clean user input before using

* Clean user input before using

* Clean user input before using

* Clean user input before using
2020-06-26 10:05:33 -10:00
Rick Anderson b97b129570
Object pool/ra (#11904)
* never

* Object Pool

* Object Pool

* Object Pool

* Object Pool

* Object Pool

* Object Pool

* Object Pool

* Object Pool

* Object Pool

* Object Pool

* Update aspnetcore/performance/ObjectPool.md

Co-Authored-By: Rick-Anderson <riande@microsoft.com>
2019-07-09 08:23:20 -06:00