Skip to content

Commit

Permalink
[Website] Edits to Python string blog post
Browse files Browse the repository at this point in the history
Change-Id: I4208e6d42fc6040313de7a01f897fc22db490c43
  • Loading branch information
wesm committed Feb 5, 2019
1 parent 9af5a70 commit e533a9e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions site/_posts/2019-02-05-python-string-memory-0.12.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,10 +130,10 @@ values.

## Memory and Performance Benchmarks

We can use the `memory_profiler` Python package to easily get process memory
usage within a running Python application.
We can use the [`memory_profiler`][2] Python package to easily get process
memory usage within a running Python application.

```
```python
import memory_profiler
def mem():
return memory_profiler.memory_usage()[0]
Expand Down Expand Up @@ -243,4 +243,5 @@ native memory layout of pandas or other analytics tools. We will do our best to
provide fast and memory-efficient interoperability with pandas and other
popular libraries.

[1]: https://www.slideshare.net/xhochy/extending-pandas-using-apache-arrow-and-numba
[1]: https://www.slideshare.net/xhochy/extending-pandas-using-apache-arrow-and-numba
[2]: https://pypi.org/project/memory-profiler/

0 comments on commit e533a9e

Please sign in to comment.