Title: The _remaining_capacity > _bytes_in_buffer check in bufsocket.py is unnecessary · Issue #300 · python-hyper/hyper · GitHub
Open Graph Title: The _remaining_capacity > _bytes_in_buffer check in bufsocket.py is unnecessary · Issue #300 · python-hyper/hyper
X Title: The _remaining_capacity > _bytes_in_buffer check in bufsocket.py is unnecessary · Issue #300 · python-hyper/hyper
Description: This is not an actual issue, but a possible tiny improvement. TL;DR I think this check self._remaining_capacity > self._bytes_in_buffer in bufsocket.py#L141 is unnecessary. Here's why. From the definitions we know: self._remaing_capacity...
Open Graph Description: This is not an actual issue, but a possible tiny improvement. TL;DR I think this check self._remaining_capacity > self._bytes_in_buffer in bufsocket.py#L141 is unnecessary. Here's why. From the def...
X Description: This is not an actual issue, but a possible tiny improvement. TL;DR I think this check self._remaining_capacity > self._bytes_in_buffer in bufsocket.py#L141 is unnecessary. Here's why. From ...
Opengraph URL: https://github.com/python-hyper/hyper/issues/300
X: @github
Domain: github.com
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"The _remaining_capacity \u003e _bytes_in_buffer check in bufsocket.py is unnecessary","articleBody":"This is not an actual issue, but a possible tiny improvement.\r\n\r\n**TL;DR**\r\nI think this check `self._remaining_capacity \u003e self._bytes_in_buffer` in [bufsocket.py#L141](https://github.com/Lukasa/hyper/blob/development/hyper/common/bufsocket.py#L141) is unnecessary.\r\n\r\nHere's why.\r\nFrom the definitions we know:\r\n```python\r\n self._remaing_capacity - self._bytes_in_buffer\r\n= (self._buffer_size - self._index) - self._bytes_in_buffer\r\n= self._buffer_size - (self._index + self._bytes_in_buffer)\r\n= self._buffer_size - self._buffer_end \r\n```\r\n\r\nWe also know that each time `self._bytes_in_buffer` increases, the increment is less than \r\n `_buffer_size - _buffer_end`. An example:\r\n```python\r\nif (self._remaining_capacity \u003e self._bytes_in_buffer and should_read):\r\n count = self._sck.recv_into(self._buffer_view[self._buffer_end:])\r\n if not count and amt \u003e self._bytes_in_buffer:\r\n raise ConnectionResetError()\r\n self._bytes_in_buffer += count # count cannot be greater than _buffer_size - _buffer_end\r\n```\r\n\r\nNow we have two formulas:\r\n```\r\n_buffer_size - _buffer_end = _remaing_capacity - _bytes_in_buffer ①\r\ncount \u003c _buffer_size - _buffer_end ② \r\n```\r\n\r\nThus `_bytes_in_buffer \u003c _remaing_capacity` is always `True`.\r\n```\r\n _bytes_in_buffer(new) \r\n= _bytes_in_buffer(old) + count \r\n\u003c _bytes_in_buffer + _buffer_size - _buffer_end \r\n= _remaing_capacity\r\n```\r\n\r\nI intended to remove the check and run tests, but unfortunately I was not able to finish them(I have all the test deps installed and run `make test`, don't know why it takes so long). So I'm not 100% sure it can be removed.","author":{"url":"https://github.com/laike9m","@type":"Person","name":"laike9m"},"datePublished":"2017-01-12T15:13:33.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":6},"url":"https://github.com/300/hyper/issues/300"}
| route-pattern | /_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format) |
| route-controller | voltron_issues_fragments |
| route-action | issue_layout |
| fetch-nonce | v2:7d2f52a0-7dd5-78ba-02da-be50ecb0e405 |
| current-catalog-service-hash | 81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114 |
| request-id | DCC6:164E7F:1267836:188DEC5:696AD60F |
| html-safe-nonce | 81141c32b2bb0708b54474d1c1c51fbeb474d4900c025847ea4e637fb21159df |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJEQ0M2OjE2NEU3RjoxMjY3ODM2OjE4OERFQzU6Njk2QUQ2MEYiLCJ2aXNpdG9yX2lkIjoiMjEwMzc1MDI0NDA2MTMzNzEwMyIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9 |
| visitor-hmac | 0eb778627b375f842cc1932431b04b54b9bff2e48256b55e4d819b8009fc2fbf |
| hovercard-subject-tag | issue:200392555 |
| github-keyboard-shortcuts | repository,issues,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/python-hyper/hyper/300/issue_layout |
| twitter:image | https://opengraph.githubassets.com/f3998c43db2e2a8aa9dedd28637256d57c25f22c2499bf3131b5b60b1c4ac929/python-hyper/hyper/issues/300 |
| twitter:card | summary_large_image |
| og:image | https://opengraph.githubassets.com/f3998c43db2e2a8aa9dedd28637256d57c25f22c2499bf3131b5b60b1c4ac929/python-hyper/hyper/issues/300 |
| og:image:alt | This is not an actual issue, but a possible tiny improvement. TL;DR I think this check self._remaining_capacity > self._bytes_in_buffer in bufsocket.py#L141 is unnecessary. Here's why. From the def... |
| og:image:width | 1200 |
| og:image:height | 600 |
| og:site_name | GitHub |
| og:type | object |
| og:author:username | laike9m |
| hostname | github.com |
| expected-hostname | github.com |
| None | c785f4ce187e9e7331257791b36ddee01625bb8e292a9b4fe2c16d4c006abf5d |
| turbo-cache-control | no-preview |
| go-import | github.com/python-hyper/hyper git https://github.com/python-hyper/hyper.git |
| octolytics-dimension-user_id | 13035907 |
| octolytics-dimension-user_login | python-hyper |
| octolytics-dimension-repository_id | 16165969 |
| octolytics-dimension-repository_nwo | python-hyper/hyper |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 16165969 |
| octolytics-dimension-repository_network_root_nwo | python-hyper/hyper |
| turbo-body-classes | logged-out env-production page-responsive |
| disable-turbo | false |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | c718a376fcf780eb22089171adb84a543f660bf7 |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width