Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
speed2exe authored Apr 30, 2024
1 parent 7368709 commit f9b11c3
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,6 @@ pub fn main() !void {
try client.ping();
}
```
Note:
- Allocation and network are lazy by default and will only be invoked when needed (e.g. query or ping).
- Allocator is not stored in `Conn`, and will NOT do implicit allocation for user. Every function or method
that requires allocation will require an allocator to be passed in as parameter.
This is done so that allocation strategy can be optimized.

## Querying
```zig
Expand Down

0 comments on commit f9b11c3

Please sign in to comment.