On Thu, Nov 12, 2015 at 10:26:22PM +0300, Vladimir Bogrecov wrote:
> Hello,
>
> I'm developing a little project on Python 3.5. The server's operating
> system is FreeBSD 10.2. Today I decided to do a little test "just for fun"
> and the result has confused me. I ran the following code
>
> import
Alfred Perlstein wrote this message on Thu, Nov 12, 2015 at 11:35 -0800:
> I'm adding Freebsd-virtualization to this thread as both problems point
> to some possible issue with FreeBSD as a guest. (although a bare metal
> comparison should likely be done as well).
This could simply be a python
On 11/13/15 12:01 AM, Baptiste Daroussin wrote:
I'm kind of surprised given the number of pythonic people we have that
no one has had a look at how python perform on FreeBSD and how things
are implemented in the python VM to help them. Bapt
Did this recently in a few places however not in thi
On 11/12/15 12:40 PM, Philip M. Gollucci wrote:
Most likely its /dev/random or gettimeofday being slow which have nothing
to do with Python.
Urm... so like if FreeBSD's getpid was 100x slower than Linux's then
what exactly would it be?
If FreeBSD's implementation is needlessly precise (and
Vladimir ,
Please run truss(1) against the python code and paste a subset here. Maybe it
is doing many semaphore ops.
Sent from my iPhone
> On Nov 13, 2015, at 12:49 AM, Mark Blackman wrote:
>
> Vladimir
___
freebsd-python@freebsd.org mailing list
> On 13 Nov 2015, at 08:08, Mark Blackman wrote:
>
>> On 12 Nov 2015, at 19:35, Alfred Perlstein wrote:
>>
>> I'm adding Freebsd-virtualization to this thread as both problems point to
>> some possible issue with FreeBSD as a guest. (although a bare metal
>> comparison should likely be don
On Fri, Nov 13, 2015 at 09:01:57AM +0100, Baptiste Daroussin wrote:
> On Fri, Nov 13, 2015 at 12:36:29PM +1100, Kubilay Kocak wrote:
> > On 13/11/2015 6:26 AM, Vladimir Bogrecov wrote:
> > > Hello,
> > >
> > > I'm developing a little project on Python 3.5. The server's operating
> > > system is Fr
On 12 Nov 2015, at 19:35, Alfred Perlstein wrote:
>
> I'm adding Freebsd-virtualization to this thread as both problems point to
> some possible issue with FreeBSD as a guest. (although a bare metal
> comparison should likely be done as well).
>
> -Alfred
>
>> On 11/12/15 11:26 AM, Vladimir
On Fri, Nov 13, 2015 at 12:36:29PM +1100, Kubilay Kocak wrote:
> On 13/11/2015 6:26 AM, Vladimir Bogrecov wrote:
> > Hello,
> >
> > I'm developing a little project on Python 3.5. The server's operating
> > system is FreeBSD 10.2. Today I decided to do a little test "just for fun"
> > and the resul
On 13/11/2015 6:26 AM, Vladimir Bogrecov wrote:
> Hello,
>
> I'm developing a little project on Python 3.5. The server's operating
> system is FreeBSD 10.2. Today I decided to do a little test "just for fun"
> and the result has confused me. I ran the following code
>
> import random
> import tim
Most likely its /dev/random or gettimeofday being slow which have nothing
to do with Python.
On Thursday, November 12, 2015, Vladimir Bogrecov
wrote:
> Hello,
>
> I'm developing a little project on Python 3.5. The server's operating
> system is FreeBSD 10.2. Today I decided to do a little test "
I'm adding Freebsd-virtualization to this thread as both problems point
to some possible issue with FreeBSD as a guest. (although a bare metal
comparison should likely be done as well).
-Alfred
On 11/12/15 11:26 AM, Vladimir Bogrecov wrote:
Hello,
I'm developing a little project on Python 3
Hello,
I'm developing a little project on Python 3.5. The server's operating
system is FreeBSD 10.2. Today I decided to do a little test "just for fun"
and the result has confused me. I ran the following code
import random
import time
def test_sort(size):
sequence = [i for i in range(0, siz
13 matches
Mail list logo