The Wayback Machine - https://web.archive.org/web/20200519104408/https://github.com/topics/datastructures
Skip to content
#

datastructures

Here are 1,886 public repositories matching this topic...

tetraptych
tetraptych commented Nov 11, 2017

DateType and DateTimeType and subclasses use datetime.datetime.strptime, which in turn uses the dateutil library. Unfortunately, this library is much slower at ISO8601 date parsing than C-based alternatives (in particular, ciso8601):

import datetime
import ciso8601
%timeit datetime.datetime.strptime('2018-01-01', '%Y-%m-%d')
# 10.5 µs ± 440 ns per loop (mean ± std. dev. of 7 r
kodaman2
kodaman2 commented Oct 11, 2018

On stacks and queue I've noticed the URL links for the images are actual sites links. I recommend creating an images folder and download the pictures, and correct URL to local repo directory. We run into the issues of sites being taking down, or even URL paths get restructured from time to time. Thus making image links obsolete.

roboyoshi
roboyoshi commented Aug 16, 2019

The TV Readme should provide guidence on how tv-series and tv-shows could be splitted and especially why one might do it one way or the other.

Something like this:

US UK DE
Series (Television Series) Show (Television Show) Serie (Fernseh

Improve this page

Add a description, image, and links to the datastructures topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the datastructures topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.