• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

jakirkham / cybuffer / 138

Builds Branch Commit Type Ran Committer Via Coverage
138 add_cython_impl Optimize `cybuffer`'s method `tolist` Makes some improvements to `tolist` by rewriting the underlying utility function to operate directly on the raw pointer to the data instead of using Cython's `memoryview` object. Overall improves the speed of... Pull #4 19 Nov 2018 11:29PM UTC web-flow travis-ci-com pending completion   set done
137 add_cython_impl Optimize `cybuffer`'s method `tolist` Makes some improvements to `tolist` by rewriting the underlying utility function to operate directly on the raw pointer to the data instead of using Cython's `memoryview` object. Overall improves the speed of... Pull #4 19 Nov 2018 10:58PM UTC web-flow travis-ci-com pending completion   set done
136 add_cython_impl Optimize `cybuffer`'s method `tolist` Makes some improvements to `tolist` by rewriting the underlying utility function to operate directly on the raw pointer to the data instead of using Cython's `memoryview` object. Overall improves the speed of... Pull #4 19 Nov 2018 10:54PM UTC web-flow travis-ci-com pending completion   set done
135 add_cython_impl Optimize `cybuffer`'s method `tolist` Makes some improvements to `tolist` by rewriting the underlying utility function to operate directly on the raw pointer to the data instead of using Cython's `memoryview` object. Overall improves the speed of... Pull #4 19 Nov 2018 10:49PM UTC web-flow travis-ci-com pending completion   set done
134 add_cython_impl Optimize `cybuffer`'s method `tolist` Makes some improvements to `tolist` by rewriting the underlying utility function to operate directly on the raw pointer to the data instead of using Cython's `memoryview` object. Overall improves the speed of... Pull #4 19 Nov 2018 09:54PM UTC web-flow travis-ci-com pending completion   set done
133 add_cython_impl Rename `Py_ssize_t` dimension length to `s` Pull #4 19 Nov 2018 09:21PM UTC web-flow travis-ci-com pending completion   set done
130 add_cython_impl Add `hex` method to `cybuffer` Provides a Cython/Python method to get the hex representation of the data in a string (bytes or unicode on Python 2 or 3 respectively) much like the method of the Python 3 `memoryview`. Performance is very close to... Pull #4 19 Nov 2018 08:38PM UTC web-flow travis-ci-com pending completion   set done
129 add_cython_impl Determine `Py_UNICODE_SIZE` from `array` Apparently as of Python 3.3, `sys.maxunicode` cannot be relied on to determine `Py_UNICODE_SIZE`. So instead determine this information using the `array` object directly. ref: https://www.python.org/dev/p... Pull #4 19 Nov 2018 07:39PM UTC web-flow travis-ci-com pending completion   set done
127 add_cython_impl Fix memory map test for Windows On Windows there is no `PROT_WRITE`, only `ACCESS_WRITE`. So update the test to use the latter. This also works on Unix platforms. Pull #4 19 Nov 2018 06:38PM UTC web-flow travis-ci-com pending completion   set done
126 master Merge pull request #5 from jakirkham/fix_ci_activate Fix Python versions used in CI environments push 19 Nov 2018 06:33PM UTC web-flow travis-ci-com pending completion   set done
125 fix_ci_activate Drop AppVeyor debugging This has served its purpose. So drop it to avoid cluttering the configuration file and logs. Pull #5 19 Nov 2018 06:10PM UTC web-flow travis-ci-com pending completion   set done
124 fix_ci_activate Drop space at the end of `echo` This space seems to be included in the content written into `pinned`. So drop the space so that it is not included in `pinned`. Pull #5 19 Nov 2018 06:01PM UTC web-flow travis-ci-com pending completion   set done
123 fix_ci_activate Debug AppVeyor to figure out why pinning doesn't work Pull #5 19 Nov 2018 05:47PM UTC web-flow travis-ci-com pending completion   set done
122 fix_ci_activate Adjust echo to `pinned` file for environment On AppVeyor, we are seeing issues with Miniconda's Python version being used instead of the one we are trying to pin. So try to drop quotes from the filename to see if it helps. Pull #5 19 Nov 2018 05:29PM UTC web-flow travis-ci-com pending completion   set done
121 fix_ci_activate Pull out common environment variables in AppVeyor Simplify the environment variables in the AppVeyor configuration file by pulling out common ones from the matrix. Pull #5 19 Nov 2018 05:06PM UTC web-flow travis-ci-com pending completion   set done
  • ← Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • Next →
  • Back to Repo
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc