Struct resume::conferences::MoscowPythonMeetup2016
source · pub struct MoscowPythonMeetup2016;
Expand description
Local Moscow python community.
Trait Implementations§
impl Speaker for MoscowPythonMeetup2016
This speech discusses the problem of the lack of an asynchronous Python driver for Riak and the reasons for writing its own implementation. Review of possible solutions and their comparison.
- Domain theory (riak, asyncio), problem statement.
- Overview of existing solutions.
- Implemented solutions comparsion:
- blocking calls
- executor
- aioriak
- performance comparison.
- Why was it necessary?
impl<Ru> Video<Ru> for MoscowPythonMeetup2016
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more